]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-staccato.ly
* Documentation/user/latex-lilypond-example.latex:
[lilypond.git] / input / test / add-staccato.ly
index 8dff3e4efdfb9121aa762c64613367f50557c918..0c1cf13f4ed81598c421495ab9171a7331ab0df5 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.26"
+\version "2.3.17"
 
 \header {
 
@@ -26,8 +26,8 @@ it is not necessary to use scm constructs (see @code{separate-staccato.ly}).
    (add-script m "staccato"))
 
 \score {
-  \notes\relative c'' {
-    a b \apply #(lambda (x) (music-map add-staccato x)) { c c } 
+  \relative c'' {
+    a b \applymusic #(lambda (x) (music-map add-staccato x)) { c c } 
   }
   \paper{ raggedright = ##t }
 }