]> 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 d7a4aefb1881767a17ccc620be607788e81e14cd..3a8668c5b8e84da1c030105f0a69fbcf0ac8b6c3 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\version "2.7.39"
 
 \header {
 
@@ -27,7 +27,7 @@ example staccato dots are added to the notes."
   \relative c'' {
     a b \applyMusic #(lambda (x) (music-map add-staccato x)) { c c } 
   }
-  \layout{ raggedright = ##t }
+  \layout{ ragged-right = ##t }
 }