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