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