]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-padding.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / key-signature-padding.ly
index ca55f36f6a409ac45c2c2dfa89fc5e30a037e6a9..cb7833e4e5481b9354e0b8bedecc8dc9c09ace05 100644 (file)
@@ -5,11 +5,11 @@
 
 }
 
-\version "2.11.51"
+\version "2.19.7"
 
 {
-  \override Staff.KeySignature #'padding-pairs
+  \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.keyAlterations = #`((4 . ,FLAT) (6 . ,THREE-Q-SHARP) (2 . ,SEMI-FLAT))
   e2
 }