]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index 5f2b414f8d2cb21a3331a696246d5377255d45bb..e275aa9e12ab0dbc55cefbfd610749e0132b8a4d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.12.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  }
+>>