]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
*** empty log message ***
[lilypond.git] / input / regression / completion-heads.ly
index 753f9d93f4093c862d5d20ef48cd1c4bdff92548..55f17241305c6bc53834df9f97b2fbfe83021ea3 100644 (file)
@@ -1,11 +1,9 @@
-\version "1.9.8"
+\version "2.2.0"
 
 \header{
 texidoc="
 
-If the Note_heads_engraver is replaced by the
-@code{Completion_heads_engraver}, notes that cross bar lines are split
-into tied notes.
+If the @code{Note_heads_engraver} is replaced by the @code{Completion_heads_engraver}, notes that cross bar lines are split into tied notes.
 
 "
 }
@@ -21,8 +19,8 @@ into tied notes.
   c2. c8 d4 e f g a b c2.. b8 a g16 f4 e d c8. c2 
   }
   \paper{
-    \translator{
-      \ThreadContext
+    \context{
+      \VoiceContext
       \remove "Note_heads_engraver"
       \consists "Completion_heads_engraver"
     }