]> 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 9ce2dbe05acea026aefe71103f950bf84116d404..e8873c6881e8d670e764e3d6081f9823e21f9055 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.16.0"
 \header {
 
     texidoc = "Completion heads are broken across bar lines. This was
@@ -8,11 +8,6 @@ Completion heads are not fooled by polyphony with a different rhythm.
 
 }
 
-\context Staff  \relative c'' << 
-  { c2. c bes2 } \\
-  { c2. a8 g4 f4. g4 f  }
->>
-
 \layout {
   \context{
     \Voice
@@ -20,3 +15,8 @@ Completion heads are not fooled by polyphony with a different rhythm.
     \consists "Completion_heads_engraver"
   }
 }
+
+\context Staff \relative c'' << 
+  { c2. c bes2 } \\
+  { c2. a8 g4 f4. g4 f  }
+>>