]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/textcresc.ly
*** empty log message ***
[lilypond.git] / input / no-notation / textcresc.ly
index ad3f00c1b5ed291eaeac5e4eee9382b125e54f88..5584bfed2ee0c77779e460e9a76274dbb40f08ad 100644 (file)
@@ -1,12 +1,12 @@
-\version "1.9.0"
+\version "2.1.28"
 \header{
 texidoc="crashes lily"
 }
 
 \score { \notes {
   \context Voice {
-    \property Voice.crescendoText = "cresc."
-    \property Voice.crescendoSpanner = #'dashed-line
+    \set crescendoText = "cresc."
+    \set crescendoSpanner = #'dashed-line
     c2. r8 c8 \< \break \! c1
   }
 }