Ralph Palmer <[email protected]> writes:

> On Mon, Nov 23, 2015 at 4:56 PM, Stephen MacNeil <[email protected]>
> wrote:
>
>> \override Score.MetronomeMark.padding = #5
>>
>> \tempo "Mod. fast Bulgar" 4 = 110-115
>>
>
> My thanks to both Stephen and to Malte Meyn. Yes, I missed "Score". I was
> using Staff. "outside.staff.priority" would imply something other than
> "Staff" context, wouldn't it.

No.  But the Metronome_mark_engraver (?) lives at Score level since it
only puts down one mark per score.  So for anything but Score,

\override xxx.MetronomeMark.yyy ...

will not have an effect since the MetronomeMark grob is emitted at Score
level and so takes its initial properties only from Score-level
overrides.

-- 
David Kastrup

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to