On 6/19/20, Paolo Prete <paolopr...@gmail.com> wrote: > Is there a way, for the above metronome indication " (quarter = 120) " of > the above MetronomeMark to apply the same font parameters (\abs-fontsize, > \bold etc.) specified in the \markup expression?
Well, you can always redefine a Scheme function (see the definition of metronome-markup in scm/translation-functions.scm)... That being said, it might be easier to go through an override instead of putting stuff into the markup block: { \override Score.MetronomeMark.font-size = #4 \tempo "Allegro" 4 = 120 c' } Cheers, -- V.