]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/revised/non-traditional-key-signatures.ly
use correct left to right ordering in keySignature list
[lilypond.git] / input / new / revised / non-traditional-key-signatures.ly
index 7929c556b3d81a5ce71b527653fd82e360d608e8..b4dbed4e9879f1467f1802d8affd5d9246e57b53 100644 (file)
@@ -77,9 +77,9 @@ scale:
 "
 } % begin verbatim
 \relative c' {
-  \set Staff.keySignature = #`(((0 . 3) . ,SHARP)
+  \set Staff.keySignature = #`(((0 . 6) . ,FLAT)
                                ((0 . 5) . ,FLAT)
-                               ((0 . 6) . ,FLAT))
+                               ((0 . 3) . ,SHARP))
   c4 d e fis
   aes4 bes c2
 }