]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/non-traditional-key-signatures.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / non-traditional-key-signatures.ly
index c176e316a8120602b3f7a837534faf725481ac88..bed107b2dc9480a42f051054d2f3f30f0c3e5727 100644 (file)
@@ -77,9 +77,11 @@ whole-tone scale:
 "
   doctitle = "Non-traditional key signatures"
 } % begin verbatim
+
 \relative c' {
-  \set Staff.keySignature = #`(((0 .  3) . ,SHARP) ((0 . 5) . ,FLAT) ((0 . 6) . ,FLAT))
+  \set Staff.keySignature = #`(((0 . 3) . ,SHARP)
+                               ((0 . 5) . ,FLAT)
+                               ((0 . 6) . ,FLAT))
   c4 d e fis
   aes4 bes c2
 }
-