]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
*** empty log message ***
[lilypond.git] / input / test / crescendi.ly
index ff08cc868144489d25b685c2c1339c75e36353b2..b44b7bf40cbb90f4ec5804a144f040d93935d7da 100644 (file)
@@ -1,15 +1,15 @@
 
-\version "2.1.22"
+\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\!
-\set crescendoText =  \markup { \italic \bold "cresc." }
-\set crescendoSpanner =  #'dashed-line
+\set crescendoText = \markup { \italic \bold "cresc." }
+\set crescendoSpanner = #'dashed-line
 a\mf\< a a\! 
 a\< a\!
 }