]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
*** empty log message ***
[lilypond.git] / input / test / crescendi.ly
index 454a62dd8f2023db592f4e6210261990564bf888..b44b7bf40cbb90f4ec5804a144f040d93935d7da 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "1.9.2"
+\version "2.3.4"
 \header{
        texidoc="@cindex Crescendi
-LilyPond can print crescendi in a number of different ways.
+Crescendi can be printed in a number of different ways.
 " }
 \score{
-\notes\relative c''{
+\relative c''{
 a1\fff\> a\pp\!
 a\< a\!
-\property Voice.crescendoText = \markup { \italic \bold "cresc." }
-\property Voice.crescendoSpanner = #'dashed-line
+\set crescendoText = \markup { \italic \bold "cresc." }
+\set crescendoSpanner = #'dashed-line
 a\mf\< a a\! 
 a\< a\!
 }