]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/two-key.ly
release: 1.3.146
[lilypond.git] / input / test / two-key.ly
index 4b4f2039c742f279f95705968a24e88105cb76a2..ceafc7f051836a5993628b967d5009233a5d1784 100644 (file)
@@ -1,13 +1,14 @@
+\version "1.3.146"
 \header {
 
 texidoc = "If you specify two different key sigs at one point, a
-  warning is printed.";
+  warning is printed."
 
 }
 
 \score { \notes
 \context Voice <
- { \key cis \major; cis4 \key bes \major; bes4 }
- { \key cis \major; fis4 \key es \major; g4 }  
+ { \key cis \major cis4 \key bes \major bes4 }
+ { \key cis \major fis4 \key es \major g4 }  
 >
 }