X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fadd-staccato.ly;h=0809d44bfdaa7272a1f1efbdf1d278ea94c7706c;hb=b9955d706ca6f136b160f0611db85c6bdf0fea9b;hp=0f101f961069bfed49291e8fa97e03b2872df4c4;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/test/add-staccato.ly b/input/test/add-staccato.ly index 0f101f9610..0809d44bfd 100644 --- a/input/test/add-staccato.ly +++ b/input/test/add-staccato.ly @@ -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 %%