X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-dashed-period.ly;h=3302f88cdf15a3ee1d81e825ecb4cf8bbff9efdb;hb=8cf69a467ad7650f5ca9da6fe2dfd4c7c088b239;hp=130d7fa764419295b9ed3809771332512c93f209;hpb=edf17353d89f4f6bd831466262402bb9151a26ca;p=lilypond.git diff --git a/input/regression/line-dashed-period.ly b/input/regression/line-dashed-period.ly index 130d7fa764..3302f88cdf 100644 --- a/input/regression/line-dashed-period.ly +++ b/input/regression/line-dashed-period.ly @@ -5,22 +5,21 @@ starts and ends on a full dash. " } -\version "2.11.51" +\version "2.17.15" \layout { indent = 0.0\mm ragged-right = ##T } -\relative << +\relative c' << \new Staff { \crescTextCresc - \set crescendoSpanner = #'line 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\! }