lilypond-user
[Top][All Lists]
Advanced

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

bendAfter affected by bar numbers - possible bug?


From: Mark Knoop
Subject: bendAfter affected by bar numbers - possible bug?
Date: Thu, 19 Sep 2013 16:51:46 +0100

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



reply via email to

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