bug-lilypond
[Top][All Lists]
Advanced

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

KeyCancellation spacing issue when staves have different key signatures


From: Neil Puttock
Subject: KeyCancellation spacing issue when staves have different key signatures
Date: Mon, 3 Sep 2007 21:05:09 +0100

Hello,

In the following snipper the key cancellation in the lower voice influences
the spacing in the upper voice resulting in excess space before the new key
signature:

\version "2.11.31"
\paper { ragged-right = ##t }
\score {
    \new GrandStaff
    <<
    \new Staff { c'1 \key es \major }
    \new Staff { \key des \major s1 \key c \major }
    >>
}

Regards,
Neil

Attachment: keycancellation.PNG
Description: PNG image


reply via email to

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