]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index e8873c6881e8d670e764e3d6081f9823e21f9055..4b41e11d2bd1f5ed1eba793f53105f9d1b322736 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
 
     texidoc = "Completion heads are broken across bar lines. This was
@@ -16,7 +16,7 @@ Completion heads are not fooled by polyphony with a different rhythm.
   }
 }
 
-\context Staff \relative c'' << 
-  { c2. c bes2 } \\
+\context Staff \relative << 
+  { c''2. c bes2 } \\
   { c2. a8 g4 f4. g4 f  }
 >>