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