Status: Accepted
Owner: mts...@gmail.com
Labels: Type-Ugly
New issue 1963 by mts...@gmail.com: Horizontal spacing effected by removed
staves
http://code.google.com/p/lilypond/issues/detail?id=1963
Horizontal spacing is effected by removed staves.
In the example below, the last system of the two-staff example is spaced as
if the first staff were still there. To see this, compare it to the
single-staff example.
\version "2.15.14"
<<
\new Staff { \override Staff . Clef #'stencil = ##f \repeat unfold 3 {
\repeat unfold 16 a4 \break } }
\new Staff { \repeat unfold 2 { \repeat unfold 16 a4 \break } }
\new Staff { \override Staff . Clef #'stencil = ##f \repeat unfold 3 {
\repeat unfold 16 a4 \break } }
Attachments:
example.png 47.1 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond