]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
Merge with master
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index 940ee755d37a765820af6c8e489ad1bf332f65cf..c2802689b378e6180c26db688ed0158274bef452 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.10.0"
 \header {
 
     texidoc = "Completion heads are broken across bar lines. This was
@@ -8,17 +8,15 @@ Completion heads are not fooled by polyphony with a different rhythm.
 
 }
 
-\score{ 
-       \context Staff  \relative c'' << 
-           { c2. c bes2 } \\
-           { c2. a8 g4 f4. g4 f  }
-       >>
-
-       \layout {
-               \context{
-                       \Voice
-                       \remove "Note_heads_engraver"
-                       \consists "Completion_heads_engraver"
-               }
-       }
+\layout {
+  \context{
+    \Voice
+    \remove "Note_heads_engraver"
+    \consists "Completion_heads_engraver"
+  }
 }
+
+\context Staff \relative c'' << 
+  { c2. c bes2 } \\
+  { c2. a8 g4 f4. g4 f  }
+>>