]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/line-arrows.ly
Merge commit 'ce4b499'
[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.38"
4 \layout { ragged-right= ##t }
5 \header {
6   doctitle = "Line arrows"
7   lsrtags = "expressive-marks"
8   texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)"
9 }
10 % begin verbatim
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 gis8 a4 b4\glissando
27   b,4 | g' c\stopTextSpan c
28 }