]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/textcresc.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / textcresc.ly
index 13066d97777e926a6b9805d54bdf694e95432154..08b1fde3cc000b458676258d6ab12f5e77c19335 100644 (file)
@@ -1,15 +1,15 @@
-\version "1.9.1"
+\version "2.10.0"
 \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}
 }