lilypond-user
[Top][All Lists]
Advanced

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

Re: outside-staff-priority?


From: David Kastrup
Subject: Re: outside-staff-priority?
Date: Mon, 23 Nov 2015 23:12:43 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Ralph Palmer <address@hidden> writes:

> On Mon, Nov 23, 2015 at 4:56 PM, Stephen MacNeil <address@hidden>
> 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



reply via email to

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