lilypond-devel
[Top][All Lists]
Advanced

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

Re: Outside staff priority for tuplet bracket and tuplet number


From: Trevor Daniels
Subject: Re: Outside staff priority for tuplet bracket and tuplet number
Date: Sun, 5 Jun 2011 12:34:59 +0100

Hi Mike

Shouldn't you be using the TupletNumber grob?

Trevor

----- Original Message ----- From: <address@hidden>
To: <address@hidden>
Sent: Sunday, June 05, 2011 12:00 PM
Subject: Outside staff priority for tuplet bracket and tuplet number


Hey all,

I'm running into a problem with the following snippet of code and, before I try to fix it, I was wondering if anyone knew why these two bits of code yielded the same result:

\relative c'' { \override Staff . TupletBracket #'outside-staff-priority = #0
\override Staff . Script #'outside-staff-priority = #500
<< { \times 2/3 { bes8^\trill bes^\trill bes^\trill } } \\ { \times 2/3 { c,8 c c } } >>
}

\relative c'' { \override Staff . TupletBracket #'outside-staff-priority = #500
\override Staff . Script #'outside-staff-priority = #0
<< { \times 2/3 { bes8^\trill bes^\trill bes^\trill } } \\ { \times 2/3 { c,8 c c } } >>
}

I would have guessed that the order of the number w/ respect to the script would have changed.

Cheers,
MS
_______________________________________________
lilypond-devel mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-devel





reply via email to

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