Comment #1 on issue 1880 by [email protected]: Presence of a bar number changes whole-measure rest width significantly
http://code.google.com/p/lilypond/issues/detail?id=1880

Here's a simple work-around (by analogy with textLengthOn/Off):

barNumberLengthOn = {
  \override Score.BarNumber #'extra-spacing-width = #'(0 . 0)
  \override Score.BarNumber #'extra-spacing-height = #'(-inf.0 . +inf.0)
}
barNumberLengthOff = {
  \override Score.BarNumber #'extra-spacing-width = #'(+inf.0 . -inf.0)
  \override Score.BarNumber #'extra-spacing-height = #'(0 . 0)
}

Trevor


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to