Jump to content

Distancing the metronome sign

From LilyPond wiki
Revision as of 22:35, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.0"

%% 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
}