]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
*** empty log message ***
[lilypond.git] / input / regression / completion-heads.ly
index 548866954a860610a9b7bf31b471812b239b30b9..55f17241305c6bc53834df9f97b2fbfe83021ea3 100644 (file)
@@ -1,12 +1,9 @@
-
-\version "1.9.4"
+\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.
 
 "
 }
@@ -19,11 +16,11 @@ into tied notes.
   \notes\relative c'{
   \time 2/4
 
-  c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2 
+  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"
     }