----- Original Message ----- From: "Mark Knoop" <address@hidden>
To: <address@hidden>
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 Knoop
That looks like a bug to me. Forwarding to the bug list.
--
Phil Holmes
_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond