X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fline-arrows.ly;h=7fbc9d60172b0e75a3917d8a537d0531b76a34f0;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=9c50cec1ead78ab51942909b5078c642663569a9;hpb=2e561be35adfe2c3f7d1a297d4507beab56b36a5;p=lilypond.git diff --git a/input/new/line-arrows.ly b/input/new/line-arrows.ly index 9c50cec1ea..7fbc9d6017 100644 --- a/input/new/line-arrows.ly +++ b/input/new/line-arrows.ly @@ -1,23 +1,23 @@ -\version "2.10.0" +\version "2.12.0" \header { lsrtags = "expressive-marks" texidoc = "Arrows can be applied to text-spanners and line-spanners -(such as the Glissando)" +(such as the Glissando)." doctitle = "Line arrows" } \relative c'' { \override TextSpanner #'bound-padding = #1.0 - \override TextSpanner #'dash-fraction = #'() - \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 #'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 TextSpanner #'(bound-details right stencil-align-dir-y) = #CENTER + \override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER - \override Glissando #'bound-details #'right #'arrow = ##t + \override Glissando #'(bound-details right arrow) = ##t \override Glissando #'arrow-length = #0.5 \override Glissando #'arrow-width = #0.25