lilypond-devel
[Top][All Lists]
Advanced

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

Re: Gets vertical skylines from grob stencils (issue 5626052)


From: k-ohara5a5a
Subject: Re: Gets vertical skylines from grob stencils (issue 5626052)
Date: Tue, 21 Aug 2012 07:42:38 +0000

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/



reply via email to

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