]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index de0bd49fc5e5c36beb4f0b58e61d1e57ffbfeea8..342b38caafc47dee6af8144c6fdc27131194d703 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.23"
+\version "2.4.0"
 \header {
 
     texidoc = "Completion heads are broken across bar lines. This was
@@ -9,14 +9,14 @@ Completion heads are not fooled by polyphony with a different rhythm.
 }
 
 \score{ 
-       \context Staff \notes \relative c'' << 
+       \context Staff  \relative c'' << 
            { c2. c bes2 } \\
            { c2. a8 g4 f4. g4 f  }
        >>
 
-       \paper {
-               \translator{
-                       \VoiceContext
+       \layout {
+               \context{
+                       \Voice
                        \remove "Note_heads_engraver"
                        \consists "Completion_heads_engraver"
                }