]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index 9ce2dbe05acea026aefe71103f950bf84116d404..b4c0e7c172c64e034f4dc06cd6ffc6e5f62cf15c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.11.51"
 \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  }
+>>