| [ << Tweaks and overrides ] | [Top][Contents] | [ Workaround >> ] |
| [ < Printing bar numbers inside boxes or circles ] | [ Up: Tweaks and overrides ] | [ Printing note names with and without an octave marker > ] |
Printing metronome and rehearsal marks below the staff ¶
By default, metronome and rehearsal marks are printed above the staff.
To place them below the staff simply set the direction property
of MetronomeMark or RehearsalMark appropriately.
\layout { ragged-right = ##f } { % Metronome marks below the staff \override Score.MetronomeMark.direction = #DOWN \tempo 8. = 120 c''1 % Rehearsal marks below the staff \override Score.RehearsalMark.direction = #DOWN \mark \default c''1 }
| [ << Tweaks and overrides ] | [Top][Contents] | [ Workaround >> ] |
| [ < Printing bar numbers inside boxes or circles ] | [ Up: Tweaks and overrides ] | [ Printing note names with and without an octave marker > ] |