]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index 63c555519afe7b6043c7daff8749d9c6002dae6f..4b41e11d2bd1f5ed1eba793f53105f9d1b322736 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.10.0"
+\version "2.19.21"
 \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''2. c bes2 } \\
+  { c2. a8 g4 f4. g4 f  }
+>>