]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
* lily/slur-quanting.cc (init_score_param): read scoring
[lilypond.git] / input / regression / completion-heads.ly
index f64866151b131d011ff1d09ceb250cc7050d657e..d1175b4290a179318e3b7094b2ca2edb7823b476 100644 (file)
@@ -1,12 +1,9 @@
-
-\version "1.9.2"
+\version "2.3.4"
 
 \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.
 
 "
 }
@@ -16,14 +13,14 @@ into tied notes.
 
 
 \score{
-  \notes\relative c'{
+  \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{
+      \Voice
       \remove "Note_heads_engraver"
       \consists "Completion_heads_engraver"
     }