bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1880 in lilypond: Presence of a bar number changes whole-measu


From: lilypond
Subject: Re: Issue 1880 in lilypond: Presence of a bar number changes whole-measure rest width significantly
Date: Sun, 11 Sep 2011 14:27:56 +0000


Comment #1 on issue 1880 by address@hidden: 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




reply via email to

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