]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
* lily/beam.cc (rest_collision_callback): don't move anything if
[lilypond.git] / input / regression / completion-heads.ly
index 8df69faee2e1f7d546b54b3690cfc8b36f7c84fc..7e129b01818564e7c70f137a69915730e50a06b4 100644 (file)
@@ -1,18 +1,24 @@
-\version "1.5.68"
+\version "2.1.7"
 
 \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 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{
@@ -21,4 +27,4 @@ notes that cross bar lines are split into tied notes.
       \consists "Completion_heads_engraver"
     }
   }
-}%% new-chords-done %%
\ No newline at end of file
+}