lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fine tuning of MetronomeMark's expression


From: Valentin Villenave
Subject: Re: Fine tuning of MetronomeMark's expression
Date: Fri, 19 Jun 2020 22:44:22 +0200

On 6/19/20, Paolo Prete <paolopr976@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]