X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fline-arrows.ly;h=aa3c845eb9070370b7dcf24fc8a08cfd2a6fb29c;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=dfef7c8f12ba3e8f19cc9143a6f9110c5e476107;hpb=2d54fb4a885cb851718a7bd5c800f01d6337895f;p=lilypond.git diff --git a/input/new/line-arrows.ly b/input/new/line-arrows.ly index dfef7c8f12..aa3c845eb9 100644 --- a/input/new/line-arrows.ly +++ b/input/new/line-arrows.ly @@ -1,14 +1,14 @@ -\version "2.10.0" -\layout { ragged-right= ##t } +\version "2.11.61" \header { lsrtags = "expressive-marks" - texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)" + texidoc = "Arrows can be applied to text-spanners and line-spanners +(such as the Glissando)." doctitle = "Line arrows" } \relative c'' { \override TextSpanner #'bound-padding = #1.0 - \override TextSpanner #'dash-fraction = #'() + \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" @@ -21,6 +21,6 @@ \override Glissando #'arrow-length = #0.5 \override Glissando #'arrow-width = #0.25 - a8\startTextSpan gis8 a4 b4\glissando - b,4 | g' c\stopTextSpan c + a8\startTextSpan gis a4 b\glissando b, + g'4 c\stopTextSpan c2 }