]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-scordatura.ly
Doc-es: various updates.
[lilypond.git] / input / regression / key-signature-scordatura.ly
index 547fe7688ed9447ca574a6f2dc704bb115efaf46..5954f2c0138970deebb741732ee8dc51917839fe 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.19.7"
+\version "2.19.21"
 
 \header { texidoc = "By setting @code{Staff.keyAlterations} directly,
 key signatures can be set invidually per pitch.
@@ -9,10 +9,10 @@ key signatures can be set invidually per pitch.
 \layout {
     ragged-right = ##T
 }
-\relative c'
+\relative
 \new Staff {
     \set Staff.keyAlterations = #`(((0 . 3) . ,FLAT) ((1 .  2) . ,SHARP))
-    f8 a c e
+    f'8 a c e
     \set Staff.keyAlterations = #`(((0 . 4) . ,DOUBLE-SHARP) ((1 .  2) . ,FLAT))
     e a, g a
 }