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