]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-staccato.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / add-staccato.ly
index d900c693d040cba7444620068eb46581ebf0b3c7..3a8668c5b8e84da1c030105f0a69fbcf0ac8b6c3 100644 (file)
@@ -1,13 +1,11 @@
 
-\version "2.7.13"
+\version "2.7.39"
 
 \header {
 
 texidoc= "@cindex Add Stacato
 Using @code{make-music}, you can add various stuff to notes. In this
-example staccato dots are added to the notes.  For this simple case,
-it is not necessary to use scm constructs (see @code{separate-staccato.ly}).
-"
+example staccato dots are added to the notes."
 } 
 
 #(define (make-script x)
@@ -29,7 +27,7 @@ it is not necessary to use scm constructs (see @code{separate-staccato.ly}).
   \relative c'' {
     a b \applyMusic #(lambda (x) (music-map add-staccato x)) { c c } 
   }
-  \layout{ raggedright = ##t }
+  \layout{ ragged-right = ##t }
 }