lilypond-user
[Top][All Lists]
Advanced

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

Re: Problem with outside-staff-priority


From: Paolo Prete
Subject: Re: Problem with outside-staff-priority
Date: Wed, 5 Feb 2020 23:36:55 +0100

Sorry for the redundant question. I forgot that I already obtained an answer for the same question (and I did not delete in my "how-to" list, meanwhile)

http://lilypond.1069038.n5.nabble.com/Outside-staff-priority-and-vertical-order-of-grobs-td226058.html

On Wed, Feb 5, 2020 at 10:32 PM Paolo Prete <address@hidden> wrote:
Hello,

what's wrong in the following code? (tested on both 2.18 and 2,19)
I would like that the Script grob appear below the other grobs, then I set the lowest value for its outside-staff-priority, but it appears above the TupletBracket.
How can I fix this?

Thanks,
P

%%%%%%%%%%%%%%%%%
{
\once \override TupletBracket.outside-staff-priority = 10000
\once \override DynamicText.outside-staff-priority = 5000
\once \override DynamicLineSpanner.outside-staff-priority = 5000
\once \override Script.outside-staff-priority = 3000
\once \override TupletBracket.direction = #UP
\once \override Script.Y-offset = 7
\tuplet 3/2 {  c'''4^>^\mf c''' c''' } c''' r
}
%%%%%%%%%%%%%%%%%

reply via email to

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