]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/crescendo-text.ly
update syntax in .ly files.
[lilypond.git] / input / test / crescendo-text.ly
index 268dee419dc6cbfec6d35260296987869c95e9cd..7402ed2ef081a14d5f05661883ab2ed8dac0f772 100644 (file)
@@ -1,11 +1,11 @@
-\version "1.5.68"
+\version "1.7.6"
 
 
 fragment = \notes {
   \context Voice {
     \property Voice.crescendoText = "cresc."
     \property Voice.crescendoSpanner = #'dashed-line
-    a''2\mf\< a a \!a
+    a''2-\mf\< a a \!a
   }
 }
 
@@ -15,3 +15,4 @@ fragment = \notes {
   \notes\relative c \fragment
   \paper { }  
 }
+%% new-chords-done %%