]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/warn-conflicting-key-signatures.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / warn-conflicting-key-signatures.ly
index 4b9756ee9f15ead6eddd9115a4b35023bdd177b1..5ff27e608c041c0298e28ff2587e8b9d5aba7d3c 100644 (file)
@@ -1,11 +1,14 @@
-\version "2.10.0"
-%If you specify two different key sigs at one point, a
-%warning is printed.
+\version "2.11.51"
+
+\header {
+  texidoc = "If you specify two different key signatures at one point, a
+warning is printed."
+
+}
 
 \score { 
 \context Voice <<
  { \key cis \major cis4 \key bes \major bes4 }
- { \key cis \major fis4 \key es \major g4 }  
+ { \key cis \major fis4 \key es \major g4 }
 >>
 }
-