]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendi.ly
update syntax in .ly files.
[lilypond.git] / input / test / crescendi.ly
index d3345670b9270389d6c66d1756140a44f4e366c3..fba967fe3aff96a4d9391c551ddc519240a8e2ca 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.5.68"
+\version "1.7.6"
 
 \score{
 \notes\relative c''{
-a1\fff\> \!a\pp
+a1\fff\> \!a-\pp
 a\< \!a
 \property Voice.crescendoText = "cresc."
 \property Voice.crescendoSpanner = #'dashed-line
-a\mf\< a \!a 
+a-\mf\< a \!a 
 a\< \!a
 }
 \paper{
@@ -15,3 +15,4 @@ a\< \!a
 \tempo 1 = 60
 }
 }
+%% new-chords-done %%