bug-lilypond
[Top][All Lists]
Advanced

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

Re: KeyCancellation spacing issue when staves have different key signatu


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

On 9/3/07, Neil Puttock <address@hidden> wrote:
>
> 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


The plot thickens...

Having just tested this with printKeyCancellation = ##f, it seems this might
not be the fault of KeyCancellation; I assumed that setting this property
would make the change from D flat to C major invisible, i.e. just remove the
flat signs, whereas it has no effect.


reply via email to

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