bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1963 in lilypond: Horizontal spacing effected by removed staves


From: lilypond
Subject: Issue 1963 in lilypond: Horizontal spacing effected by removed staves
Date: Tue, 11 Oct 2011 06:30:58 +0000

Status: Accepted
Owner: address@hidden
Labels: Type-Ugly

New issue 1963 by address@hidden: 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




reply via email to

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