]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/parse5.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / no-notation / parse5.ly
index 28b5be6d4889a319687af343e1170069bca46ff4..1945ac59e548bdb91cb112d220a0952cec049844 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.9.1"
+\version "1.9.4"
 %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 }  
->
+>>
 }