2008/11/30 Reinhold Kainhofer <[EMAIL PROTECTED]>: > 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 _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel