[ << Rhythms ] | [Top][Contents] | [ Expressive marks >> ] |
[ < Changing beam knee gap ] | [ Up : Rhythms ] | [ Changing the number of augmentation dots per note > ] |
Changing form of multi-measure rests
If there are ten or fewer measures of rests, a series of longa and
breve rests (called in German “Kirchenpausen” - church rests) is
printed within the staff; otherwise a simple line is shown. This
default number of ten may be changed by overriding the
expand-limit
property.
\relative c'' { \compressMMRests { R1*2 | R1*5 | R1*9 \override MultiMeasureRest.expand-limit = 3 R1*2 | R1*5 | R1*9 } }