]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/parse5.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / parse5.ly
index 476f0b7a3bb52d30a5fc91491b4884fcd26abe21..4b9756ee9f15ead6eddd9115a4b35023bdd177b1 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.0"
+\version "2.10.0"
 %If you specify two different key sigs at one point, a
 %warning is printed.
 
-\score { \notes
-\context Voice <
+\score { 
+\context Voice <<
  { \key cis \major cis4 \key bes \major bes4 }
  { \key cis \major fis4 \key es \major g4 }  
->
+>>
 }