]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/add-staccato.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / test / add-staccato.ly
index 0c1cf13f4ed81598c421495ab9171a7331ab0df5..576b5d3d130876fe2c9b01975f579b573c77af48 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17"
+\version "2.3.22"
 
 \header {
 
@@ -29,7 +29,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 } 
   }
-  \paper{ raggedright = ##t }
+  \layout{ raggedright = ##t }
 }