| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Flat ties ] | [ Up: Staff notation ] | [ Glissando kann Grobs überspringen > ] |
Forcing measure width to adapt to a metronome mark’s width
By default, metronome marks do not influence horizontal spacing. This can be solved through a simple override, as shown in the second half of the example.
example = { R1 \tempo "Allegro molto" R1*6 \tempo "poco rit." R1*2 \tempo "a tempo" R1*8 \break } { \compressMMRests { \example \override Score.MetronomeMark.extra-spacing-width = #'(-3 . 0) \example } } \layout { ragged-right = ##t }
| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Flat ties ] | [ Up: Staff notation ] | [ Glissando kann Grobs überspringen > ] |