lilypond-user
[Top][All Lists]
Advanced

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

Problem with outside-staff-priority


From: Paolo Prete
Subject: Problem with outside-staff-priority
Date: Wed, 5 Feb 2020 22:32:56 +0100

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]