lilypond-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Re: order of alterations in Staff.keySignature for general k


From: Neil Puttock
Subject: Re: [PATCH] Re: order of alterations in Staff.keySignature for general keysignatures
Date: Tue, 9 Dec 2008 20:21:34 +0000

2008/11/30 Reinhold Kainhofer <address@hidden>:

> So, here's the patch:
> http://codereview.appspot.com/8686
>
> Any idea if this is the correct way to solve the problem that you have to
> enter non-standard key signatures in reverse order?

I'm not sure, but it seems to be a harmless change.

It certainly makes using 'padding-pairs more intuitive, since the
ordering will now match:

[from key-signature-padding.ly]

{
  \override Staff.KeySignature #'padding-pairs
    = #'((("accidentals.flat" .
"accidentals.sharp.slashslash.stemstemstem") . 0.5))
    \set Staff.keySignature = #`((2 . ,SEMI-FLAT)  (6 .
,THREE-Q-SHARP) (4 . ,FLAT))
  e2
}

{
  \override Staff.KeySignature #'padding-pairs
    = #'((("accidentals.flat" .
"accidentals.sharp.slashslash.stemstemstem") . 0.5))
    \set Staff.keySignature = #`((4 . ,FLAT) (6 . ,THREE-Q-SHARP) (2 .
,SEMI-FLAT))
  e2
}

Regards,
Neil




reply via email to

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