]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/parse5.ly
*** empty log message ***
[lilypond.git] / input / no-notation / parse5.ly
index 476f0b7a3bb52d30a5fc91491b4884fcd26abe21..ddd7540ddd3d7c6c3a2e5814ed1c117fd58bb4d1 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.0"
+\version "2.2.0"
 %If you specify two different key sigs at one point, a
 %warning is printed.
 
 \score { \notes
-\context Voice <
+\context Voice <<
  { \key cis \major cis4 \key bes \major bes4 }
  { \key cis \major fis4 \key es \major g4 }  
->
+>>
 }