]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/line-arrows.ly
Merge master into nested-bookparts
[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.62"
4 \header {
5   texidoces = "
6 Se pueden aplicar puntas de flecha a los elementos de extensión de
7 texto y de línea (como el Glissando).
8
9 "
10   doctitlees = "Puntas de flecha para las líneas"
11
12   lsrtags = "expressive-marks"
13   texidoc = "Arrows can be applied to text-spanners and line-spanners
14 (such as the Glissando)."
15   doctitle = "Line arrows"
16 } % begin verbatim
17
18 \relative c'' {
19   \override TextSpanner #'bound-padding = #1.0
20   \override TextSpanner #'style = #'line
21   \override TextSpanner #'bound-details #'right #'arrow = ##t
22   \override TextSpanner #'bound-details #'left #'text = #"fof"
23   \override TextSpanner #'bound-details #'right #'text = #"gag"
24   \override TextSpanner #'bound-details #'right #'padding = #0.6
25
26   \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER
27   \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER
28   
29   \override Glissando #'bound-details #'right #'arrow = ##t
30   \override Glissando #'arrow-length = #0.5
31   \override Glissando #'arrow-width = #0.25
32   
33   a8\startTextSpan gis a4 b\glissando b,
34   g'4 c\stopTextSpan c2
35 }