lilypond-user
[Top][All Lists]
Advanced

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

Re: passing a Context to a scheme function (format-metronome-markup)


From: Patrick McCarty
Subject: Re: passing a Context to a scheme function (format-metronome-markup)
Date: Mon, 13 Oct 2008 14:05:32 -0700

On Mon, Oct 13, 2008 at 12:02 PM, Graham Percival <address@hidden> wrote:
>
> However, what grob produces the tempo mark?  Neither of these
> (exaggerated) overrides produces any change.
>
> \version "2.11.61"
> \relative c' {
>  \override MetronomeMark #'padding = #8
>  \override RehearsalMark #'padding = #8
>  \tempo "Allegro" 4 = 120
>  c1
> }

Just a guess, but I believe these grobs are created at the Score level:

\version "2.11.61"
\relative c' {
 \override Score.MetronomeMark #'padding = #8
 \override Score.RehearsalMark #'padding = #8
 \tempo "Allegro" 4 = 120
 c1
}

HTH,
Patrick




reply via email to

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