On Mon, Oct 13, 2008 at 12:02 PM, Graham Percival <[EMAIL PROTECTED]> 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
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user