Distancing the metronome sign: Difference between revisions
Appearance
m Replace version="2.24.0" with version="2.24" now that the LilyWiki extension supports auto-selecting the latest release in a stable series |
No edit summary |
||
| Line 17: | Line 17: | ||
[[Category:Rhythms]] | [[Category:Rhythms]] | ||
[[Category:Tweaks and overrides]] | [[Category:Tweaks and overrides]] | ||
[[Category:Really simple]] | [[Category:Really simple]][[Category:Snippet]] | ||
Revision as of 22:52, 21 November 2025
If you're not happy with the distance of the metronome sign from the score, you can alter its position using the padding property of MetronomeMark.
\version "2.24"
%% http://lsr.di.unimi.it/LSR/Item?id=13
{
\tempo 4 = 60
\repeat unfold 4 e''4
\override Score.MetronomeMark.padding = #3
\tempo 4 = 60
\repeat unfold 4 e''4
}