bug-lilypond
[Top][All Lists]
Advanced

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

Issue 448 in lilypond: KeyCancellation spacing issue when staves have di


From: codesite-noreply
Subject: Issue 448 in lilypond: KeyCancellation spacing issue when staves have different key signatures
Date: Wed, 05 Sep 2007 05:31:51 -0700

Issue 448: KeyCancellation spacing issue when staves have different key 
signatures
http://code.google.com/p/lilypond/issues/detail?id=448

Comment #2 by address@hidden:
A workaround in this particular case is to add 
\override Staff.KeyCancellation #'X-extent = #'(0 . 0)
in the lower stave. 

One question is what the desired layout is in the following situation:
\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 d \major }
    >>
}
Should the key signature in the upper stave be aligned with the key 
cancellation or
the new key signature in the lower stave or should it be centered over both?
Finding a solution that handles both these examples well seems difficult.




-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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