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
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to