On 13-09-19 12:23 PM, Phil Holmes wrote:
----- Original Message ----- From: "Mark Knoop" <[email protected]> To: <[email protected]> Sent: Thursday, September 19, 2013 4:51 PM Subject: bendAfter affected by bar numbers - possible bug?In the following example the bends are compressed to avoid the bar numbers. This would seem to be unnecessary. Possible bug? and any ideas for a workaround? \version "2.17.26" music = \repeat unfold 16 { c''4\bendAfter #-4 } sixteens = \repeat unfold 64 { c'16 } \new Score \with { } { << \music \sixteens >> } \new Score \with { % bar number set high to accentuate the problem currentBarNumber = #200 barNumberVisibility = #(every-nth-bar-number-visible 1) \override BarNumber.break-visibility = #end-of-line-invisible } { << \music \sixteens >> } -- Mark KnoopThat looks like a bug to me. Forwarding to the bug list. -- Phil Holmes _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
Reported as Issue 3568 <http://code.google.com/p/lilypond/issues/detail?id=3568>: bendAfter affected by bar numbers
Cheers, Colin -- I've learned that you shouldn't go through life with a catcher's mitt on both hands. You need to be able to throw something back. -Maya Angelou, poet (1928- ) _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
