X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-arrows.ly;h=9cfa44915475a51894b15f250bee4424898e335e;hb=926115ff42def8bc1ce767029e4f03c8072994ba;hp=1b3bccc8a3dd41ec84f69b70d7aab8e0a38b9a8a;hpb=f25b23eb6fbbf83489dfac39f1908ab13a75b4b9;p=lilypond.git diff --git a/input/regression/line-arrows.ly b/input/regression/line-arrows.ly index 1b3bccc8a3..9cfa449154 100644 --- a/input/regression/line-arrows.ly +++ b/input/regression/line-arrows.ly @@ -2,13 +2,13 @@ texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)" } -\version "2.17.6" +\version "2.19.21" \paper { ragged-right = ##t } -\relative c'' { +\relative { \override TextSpanner.bound-padding = #1.0 \override TextSpanner.style = #'line \override TextSpanner.bound-details.right.arrow = ##t @@ -23,6 +23,6 @@ \override Glissando.arrow-length = #0.5 \override Glissando.arrow-width = #0.25 - a8\startTextSpan gis8 a4 b4\glissando + a'8\startTextSpan gis8 a4 b4\glissando b,4 | g' c\stopTextSpan c }