X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fline-arrows.ly;h=9cfa44915475a51894b15f250bee4424898e335e;hb=2995e34f3b82324be31383ee6b692badb8cdb9f6;hp=201210c353e54f5c58f7d50c35b43871fe4dc367;hpb=169a91c8514e3dcea29d1aa01653a684fb60457d;p=lilypond.git diff --git a/input/regression/line-arrows.ly b/input/regression/line-arrows.ly index 201210c353..9cfa449154 100644 --- a/input/regression/line-arrows.ly +++ b/input/regression/line-arrows.ly @@ -2,22 +2,27 @@ texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)" } -\version "2.10.0" +\version "2.19.21" \paper { ragged-right = ##t } -\relative c'' { - \override TextSpanner #'edge-text = #'("foo" . "bar") - \override TextSpanner #'bound-padding = #1.0 - \override TextSpanner #'dash-fraction = #'() - \override TextSpanner #'arrow = ##t +\relative { + \override TextSpanner.bound-padding = #1.0 + \override TextSpanner.style = #'line + \override TextSpanner.bound-details.right.arrow = ##t + \override TextSpanner.bound-details.left.text = #"fof" + \override TextSpanner.bound-details.right.text = #"gag" + \override TextSpanner.bound-details.right.padding = #0.6 + + \override TextSpanner.bound-details.right.stencil-align-dir-y = #CENTER + \override TextSpanner.bound-details.left.stencil-align-dir-y = #CENTER - \override Glissando #'arrow = ##t - \override Glissando #'arrow-length = #0.5 - \override Glissando #'arrow-width = #0.25 + \override Glissando.bound-details.right.arrow = ##t + \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 }