]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony-2.ly
Issue 5167/4: Parser: let `assignment_id' return a symbol
[lilypond.git] / input / regression / completion-heads-polyphony-2.ly
index 750e5ff32deae031e8682c9d40fe38966804861b..349052f742f37d43ecd9bc72aed5592a51683658 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.24"
+\version "2.19.21"
 
 \header {
   texidoc = "
@@ -14,8 +14,8 @@ Complex completion heads work properly in a polyphonic environment.
   }
 }
 
-\context Staff \relative c'' <<
-  { c4. c c c4 c4. c4 }
+\context Staff \relative <<
+  { c''4. c c c4 c4. c4 }
   \\
   { g8 g2 g1 g4. }
 >>