]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/textcresc.ly
* lily/tie-engraver.cc (struct Head_event_tuple): store both
[lilypond.git] / input / no-notation / textcresc.ly
index 13066d97777e926a6b9805d54bdf694e95432154..a675db828ff8c1bd9f83f8c18a1b1df2c94f88c0 100644 (file)
@@ -1,15 +1,15 @@
-\version "1.9.1"
+\version "2.7.39"
 \header{
 texidoc="crashes lily"
 }
 
-\score { \notes {
+\score {  {
   \context Voice {
-    \property Voice.crescendoText = "cresc."
-    \property Voice.crescendoSpanner = #'dashed-line
+    \set crescendoText = "cresc."
+    \set crescendoSpanner = #'dashed-line
     c2. r8 c8 \< \break \! c1
   }
 }
-\paper { linewidth = 5.\cm}
+\layout { line-width = 5.\cm}
 }