]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-padding.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / key-signature-padding.ly
index a27bde7cff2e9534bf26fe2c4abe7e39bd8f583a..6d23c9e375357bf50d115ca0cc0031e50815fdac 100644 (file)
@@ -5,11 +5,11 @@
 
 }
 
-\version "2.12.0"
+\version "2.14.0"
 
 {
   \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))
+    \set Staff.keySignature = #`((4 . ,FLAT) (6 . ,THREE-Q-SHARP) (2 . ,SEMI-FLAT))
   e2
 }