]> 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 56eda0ece012b9dad6c976e96d68a5645cffb048..a5771122fd8d39b19f85aa97d00825064401f6c7 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\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 } \\
-           { c,2. a8 g4 f4. g4 f  }
-       >
+           { c2. a8 g4 f4. g4 f  }
+       >>
 
        \paper {
-               \translator{
-                       \ThreadContext
+               \context{
+                       \Voice
                        \remove "Note_heads_engraver"
                        \consists "Completion_heads_engraver"
                }