]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/warn-conflicting-key-signatures.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / warn-conflicting-key-signatures.ly
index 4b9756ee9f15ead6eddd9115a4b35023bdd177b1..75d6cfc63abef971a4e6daddddec77d4ac13a1c3 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.14.0"
+
+\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 }
 >>
 }
-