]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-staccato.ly
* lily/align-interface.cc (find_fixed_alignment_parent): new function.
[lilypond.git] / input / test / add-staccato.ly
index 0f101f961069bfed49291e8fa97e03b2872df4c4..0809d44bfdaa7272a1f1efbdf1d278ea94c7706c 100644 (file)
@@ -1,10 +1,12 @@
 \version "1.7.18"  %% or actually: 1.7.1 ...
+% FIXME: doesn't work with 1.7.19.  Check with more recent version.
 \header {
 
-texidoc= "Using make-music, you can add various stuff to notes. Here
+texidoc= "@cindex Add Stacato
+Using make-music, you can add various stuff to notes. Here
 is an example how to add staccato dots.  Note: for this simple case
-one would not use scm constructs.  See separate-staccato.ly first."
-
+one would not use scm constructs.  See separate-staccato.ly first.
+"
 } 
 
 #(define (make-script x)
@@ -33,6 +35,7 @@ one would not use scm constructs.  See separate-staccato.ly first."
     a b \apply #add-staccato { c c } 
     a b \apply #add-staccato { c c } 
   }
+       \paper{ raggedright = ##t }
 }
 
 %% new-chords-done %%