]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index 4875d723439f05d8d8b17b9e687d88d02765d542..e0eb1d52c55f31287d8e06ec383893a1ae44ffb6 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.14.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  }
+>>