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 _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user