| [ << Notation manual tables ] | [Top][Contents][Index] | [ Cheat sheet >> ] |
| [ < lexer ] | [ Up : Technical glossary ] | [ output-def > ] |
mutable
A mutable object is one whose state can be modified after creation, in contrast to an immutable object, whose state is fixed at the time of creation.
In LilyPond, mutable properties contain values that are specific to one grob. Typically, lists of other objects or results from computations are stored in mutable properties.
See also
Notation Reference: immutable.
| [ << Notation manual tables ] | [Top][Contents][Index] | [ Cheat sheet >> ] |
| [ < lexer ] | [ Up : Technical glossary ] | [ output-def > ] |