On 2012/08/18 10:12:00, MikeSol wrote:
\relative c'' { \override TupletBracket #'outside-staff-priority = #1 \override TupletNumber #'font-size = #5 \times 2/3 { a4\trill a\trill^"foo" a\trill } }
I added this as a regtest. If you comment out the rider business, you'll see that foo is printed on top of the tuplet number.
You gave TupletBracket a priority, but not TupletNumber. Wouldn't it make more sense to have \override TupletNumber #'outside-staff-priority = #1 as well ? If I strip out the special-case code <http://codereview.appspot.com/6462087> then all the Grobs honor the priorities I set for them. http://codereview.appspot.com/5626052/ _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel