X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-dashed-period.ly;h=3302f88cdf15a3ee1d81e825ecb4cf8bbff9efdb;hb=91723da7360b372904979b2d572f3f941ebbc924;hp=895746093a9ba41cefbd83732a8ac2dac4bc1738;hpb=d67633622a2f6d0a5b0e597fce55404a8d5f1a46;p=lilypond.git diff --git a/input/regression/line-dashed-period.ly b/input/regression/line-dashed-period.ly index 895746093a..3302f88cdf 100644 --- a/input/regression/line-dashed-period.ly +++ b/input/regression/line-dashed-period.ly @@ -5,21 +5,21 @@ starts and ends on a full dash. " } -\version "2.13.45" +\version "2.17.15" \layout { indent = 0.0\mm ragged-right = ##T } -\relative << +\relative c' << \new Staff { \crescTextCresc c1_\< c c1\! } \new Staff { - \override DynamicTextSpanner #'dash-period = #3 - \override DynamicTextSpanner #'dash-fraction = #0.3 + \override DynamicTextSpanner.dash-period = #3 + \override DynamicTextSpanner.dash-fraction = #0.3 \crescTextCresc c1^\< c c1\! }