]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/key-signature-scordatura.ly
Use a `define-builtin-markup-command' macro for builtin markups, which
[lilypond.git] / input / regression / key-signature-scordatura.ly
index 985cfdd8717664a12f39912e1a740d55f4eebbc2..456bc1a6290344f6873ae5b0bfd1e03e3732fd49 100644 (file)
@@ -1,17 +1,19 @@
-\version "1.7.6"
 
-\header { texidoc = "Key signatures can be set per pitch
-individually. This can be done bby setting @code{Staff.keySignature}
-directly."
+\version "2.10.0"
 
+\header { texidoc = "By setting @code{Staff.keySignature} directly,
+key signatures can be set invidually per pitch.
+"
+
+      }
+\layout {
+    ragged-right = ##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
 }
-%% new-chords-done %%
+