]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-scordatura.ly
Run convert-ly on input/lsr and input/regression
[lilypond.git] / input / regression / key-signature-scordatura.ly
index aa14e39f8f8641c38cb54824dae64174628620a9..ec05e54cd3f240e9a219add34b60a2661f184586 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.4.0"
+\version "2.11.51"
 
 \header { texidoc = "By setting @code{Staff.keySignature} directly,
 key signatures can be set invidually per pitch.
@@ -7,13 +7,13 @@ key signatures can be set invidually per pitch.
 
       }
 \layout {
-    raggedright = ##T
+    ragged-right = ##T
 }
 \relative c'
 \new Staff {
-    \set Staff.keySignature = #'(((1 .  2) . 1) ((0 . 3) . -1))
+    \set Staff.keySignature = #`(((1 .  2) . ,SHARP) ((0 . 3) . ,FLAT))
     f8 a c e
-    \set Staff.keySignature = #'(((1 .  2) . -1) ((0 . 4) . 2))
+    \set Staff.keySignature = #`(((1 .  2) . ,FLAT) ((0 . 4) . ,DOUBLE-SHARP))
     e a, g a
 }