]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/non-traditional-key-signatures.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / Documentation / snippets / new / non-traditional-key-signatures.ly
index 5559898bec44e98b01c798deb76b3137084ea56f..f89568fa74df1077f21be1003a17d9ec6c4bc55f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.19.7"
+\version "2.19.21"
 
 \header {
   lsrtags = "contemporary-notation, pitches, really-cool, staff-notation, version-specific"
@@ -35,10 +35,10 @@ whole-tone scale:
 }
 
 
-\relative c' {
+\relative {
   \set Staff.keyAlterations = #`((6 . ,FLAT)
                                  (5 . ,FLAT)
                                  (3 . ,SHARP))
-  c4 d e fis
+  c'4 d e fis
   aes4 bes c2
 }