On Wed, 2025-11-12 at 15:33 +0000, Richard Shann wrote:
> In this example, after a key signature change there seems to be
> unnecessary extra space:
I have tried to make no space at all with this:
\version "2.25.18"
{
g'1
\override KeySignature.extra-spacing-width = #'(+inf.0 . -
inf.0) \key f \major a''
}
but that has no effect. So I still can't place the note a'' at the same
distance from the key change as it would be from the barline if the key
change wasn't there. Help!
Richard
>
> \version "2.25.18"
> {
> g'1
> a''
> \key c \major g'
> \key f \major a''
> }
>
> I would expect the second of the two a's to be spaced away from the
> flat of the key signature change at similar distance as the first a
> is
> from the bar line.
> Is that a bug? How to adjust?
>
> Richard Shann
>
>
>