]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads-polyphony.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / completion-heads-polyphony.ly
index 343867fbb34f2b6157ea8c3c65c034e0d03b2678..a5771122fd8d39b19f85aa97d00825064401f6c7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.7"
+\version "2.3.4"
 \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{
-                       \ThreadContext
+               \context{
+                       \Voice
                        \remove "Note_heads_engraver"
                        \consists "Completion_heads_engraver"
                }