]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-dashed-period.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / line-dashed-period.ly
index dd0b55e8988d473a7189ea09d09339bf2029705f..3302f88cdf15a3ee1d81e825ecb4cf8bbff9efdb 100644 (file)
@@ -5,23 +5,22 @@ starts and ends on a full dash. "
 
 }
 
-\version "2.11.13"
+\version "2.17.15"
 
 \layout {
   indent = 0.0\mm
   ragged-right = ##T
 }
 
-\relative <<
+\relative c' <<
   \new Staff {
-    \override DynamicTextSpanner #'dash-fraction = ##f
-    \setTextCresc
+    \crescTextCresc
     c1_\< c c1\!
   }
   \new Staff {
-    \override DynamicTextSpanner #'dash-period = #3
-    \override DynamicTextSpanner #'dash-fraction = #0.3
-    \setTextCresc
+    \override DynamicTextSpanner.dash-period = #3
+    \override DynamicTextSpanner.dash-fraction = #0.3
+    \crescTextCresc
     c1^\< c c1\!
   }
 >>