]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-dashed-period.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / line-dashed-period.ly
index dd0b55e8988d473a7189ea09d09339bf2029705f..130d7fa764419295b9ed3809771332512c93f209 100644 (file)
@@ -5,7 +5,7 @@ starts and ends on a full dash. "
 
 }
 
-\version "2.11.13"
+\version "2.11.51"
 
 \layout {
   indent = 0.0\mm
@@ -14,14 +14,14 @@ starts and ends on a full dash. "
 
 \relative <<
   \new Staff {
-    \override DynamicTextSpanner #'dash-fraction = ##f
-    \setTextCresc
+    \crescTextCresc
+    \set crescendoSpanner = #'line
     c1_\< c c1\!
   }
   \new Staff {
     \override DynamicTextSpanner #'dash-period = #3
     \override DynamicTextSpanner #'dash-fraction = #0.3
-    \setTextCresc
+    \crescTextCresc
     c1^\< c c1\!
   }
 >>