If there is bar number printed after a measure, a full measure rest will be much longer than if there is no bar number printed. Simple example attached.
A bar number should not have an influence on horizontal spacing! Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org
\version "2.15.10"
\layout {
\context {\Score
\override BarNumber #'break-visibility = #end-of-line-invisible
barNumberVisibility = #(every-nth-bar-number-visible 3)
% barNumberVisibility = #all-bar-numbers-visible
}
}
\relative c'' {
\set Score.currentBarNumber = #183
\time 3/4
c2. |
R2. |
R2. |
R2.
\repeat volta 2 {
c4\p^"arco" r r
c4 r r
c4 r r
c4 r r
c4 r r
}
}<<attachment: full-bar-rest-bar-number.preview.png>>
_______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
