lilypond-devel
[Top][All Lists]
Advanced

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

Re: Makes sure dynamics don't budge for tuplet brackets. (issue 5555046)


From: janek . lilypond
Subject: Re: Makes sure dynamics don't budge for tuplet brackets. (issue 5555046)
Date: Sat, 21 Jan 2012 22:02:10 +0000

So the problem was that by default tupletBracket doesn't have
outside-staff-priority (because we want it to be placed on staff lines
sometimes), and the code failed to check for that?

But i don't see how this patch solved the same problem with
outside-staff-priority set to something:

 { % this produced wrong output in 2.15.26, but now is ok:
   \override TupletBracket #'outside-staff-priority = #3
   \times 2/3 {c''4\ff c'' c''}
 }

could you explain?

http://codereview.appspot.com/5555046/



reply via email to

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