]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/completion-heads.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / completion-heads.ly
index 030fcaa472852cdcb866e1bf40ef5e448944effa..1cf0e953c018282796244184323d9872d225ab46 100644 (file)
@@ -3,11 +3,17 @@
 \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
@@ -21,4 +27,4 @@ notes that cross bar lines are split into tied notes.
       \consists "Completion_heads_engraver"
     }
   }
-}
\ No newline at end of file
+}