]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/line-arrows.ly
LSR: Update.
[lilypond.git] / input / lsr / line-arrows.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.3"
4
5 \header {
6   lsrtags = "expressive-marks, tweaks-and-overrides"
7
8   texidoces = "
9 Se pueden aplicar puntas de flecha a los elementos de extensión de
10 texto y de línea (como el Glissando).
11
12 "
13   doctitlees = "Puntas de flecha para las líneas"
14
15   texidoc = "
16 Arrows can be applied to text-spanners and line-spanners (such as the
17 Glissando).
18
19 "
20   doctitle = "Line arrows"
21 } % begin verbatim
22
23 \relative c'' {
24   \override TextSpanner #'bound-padding = #1.0
25   \override TextSpanner #'style = #'line
26   \override TextSpanner #'(bound-details right arrow) = ##t
27   \override TextSpanner #'(bound-details left text) = #"fof"
28   \override TextSpanner #'(bound-details right text) = #"gag"
29   \override TextSpanner #'(bound-details right padding) = #0.6
30
31   \override TextSpanner #'(bound-details right stencil-align-dir-y) = #CENTER
32   \override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER
33   
34   \override Glissando #'(bound-details right arrow) = ##t
35   \override Glissando #'arrow-length = #0.5
36   \override Glissando #'arrow-width = #0.25
37   
38   a8\startTextSpan gis a4 b\glissando b,
39   g'4 c\stopTextSpan c2
40 }