Issue 448: KeyCancellation spacing issue when staves have different key signatures http://code.google.com/p/lilypond/issues/detail?id=448
Comment #2 by [EMAIL PROTECTED]: 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 _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond