]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-scordatura.ly
* input/regression/hara-kiri-pianostaff.ly (disappear): remove
[lilypond.git] / input / regression / key-signature-scordatura.ly
index cdc0e96a210d146d7a38e6ceb4a48496674ee3f9..dbcccd040c0d88011e07b26ef866c6c4fb201329 100644 (file)
@@ -1,15 +1,19 @@
 
-\header { texidoc = "Key signatures can be set per pitch
-individually. This can be done bby setting @code{Staff.keySignature}
-directly.";
+\version "2.6.0"
 
+\header { texidoc = "By setting @code{Staff.keySignature} directly,
+key signatures can be set invidually per pitch.
+"
+
+      }
+\layout {
+    raggedright = ##T
 }
-\score { \notes
 \relative c'
-\context Staff {
-  \property Staff.keySignature = #'(((1 .  2) . 1) ((0 . 3) . -1))
-  f8 a c e
-  \property Staff.keySignature = #'(((1 .  2) . -1) ((0 . 4) . 2))
-  e a, g a
-}
+\new Staff {
+    \set Staff.keySignature = #'(((1 .  2) . 1) ((0 . 3) . -1))
+    f8 a c e
+    \set Staff.keySignature = #'(((1 .  2) . -1) ((0 . 4) . 2))
+    e a, g a
 }
+