]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/expressive/line-arrows.ly
Clean up input/new, second step
[lilypond.git] / input / lsr / expressive / line-arrows.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \header {
3   texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)"
4 }
5
6 \version "2.11.35"
7
8 \paper {
9   ragged-right = ##t
10 }
11
12 \relative c'' {
13   \override TextSpanner #'bound-padding = #1.0
14   \override TextSpanner #'dash-fraction = #'()
15   \override TextSpanner #'bound-details #'right #'arrow = ##t
16   \override TextSpanner #'bound-details #'left #'text = #"fof"
17   \override TextSpanner #'bound-details #'right #'text = #"gag"
18   \override TextSpanner #'bound-details #'right #'padding = #0.6
19
20   \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER
21   \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER
22   
23   \override Glissando #'bound-details #'right #'arrow = ##t
24   \override Glissando #'arrow-length = #0.5
25   \override Glissando #'arrow-width = #0.25
26   
27   a8\startTextSpan gis8 a4 b4\glissando
28   b,4 | g' c\stopTextSpan c
29 }