]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
*** empty log message ***
[lilypond.git] / input / regression / completion-heads.ly
index 461f02f2e0a1aecb6019fe2d5ce931867b9a88b3..55f17241305c6bc53834df9f97b2fbfe83021ea3 100644 (file)
@@ -1,24 +1,28 @@
-\version "1.5.68"
+\version "2.2.0"
 
 \header{
 texidoc="
 
-If the Note_heads_engraver is replaced by the 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.
+
 "
 }
 
+\paper { raggedright= ##t }
+
+
+
 \score{
   \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"
     }
   }
-}
\ No newline at end of file
+}