]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / completion-heads.ly
index d00431a26b028b64306294ae1b767eb1e7b09d18..028be0e10bd3f269f8c877b3c59b82cefa2345df 100644 (file)
@@ -1,24 +1,28 @@
-\version "1.7.6"
+\version "2.1.26"
 
 \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
+      \VoiceContext
       \remove "Note_heads_engraver"
       \consists "Completion_heads_engraver"
     }
   }
-}%% new-chords-done %%
\ No newline at end of file
+}