]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/line-arrows.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / lsr / line-arrows.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.11.46"
4 \header {
5   lsrtags = "expressive-marks"
6   texidoc = "Arrows can be applied to text-spanners and line-spanners
7 (such as the Glissando)"
8   doctitle = "Line arrows"
9 } % begin verbatim
10
11 \relative c'' {
12   \override TextSpanner #'bound-padding = #1.0
13   \override TextSpanner #'dash-fraction = #'()
14   \override TextSpanner #'bound-details #'right #'arrow = ##t
15   \override TextSpanner #'bound-details #'left #'text = #"fof"
16   \override TextSpanner #'bound-details #'right #'text = #"gag"
17   \override TextSpanner #'bound-details #'right #'padding = #0.6
18
19   \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER
20   \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER
21   
22   \override Glissando #'bound-details #'right #'arrow = ##t
23   \override Glissando #'arrow-length = #0.5
24   \override Glissando #'arrow-width = #0.25
25   
26   a8\startTextSpan gis a4 b\glissando b,
27   g'4 c\stopTextSpan c2
28 }