]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/line-arrows.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[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.13.0"
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
19 \relative c'' {
20   \override TextSpanner #'bound-padding = #1.0
21   \override TextSpanner #'style = #'line
22   \override TextSpanner #'(bound-details right arrow) = ##t
23   \override TextSpanner #'(bound-details left text) = #"fof"
24   \override TextSpanner #'(bound-details right text) = #"gag"
25   \override TextSpanner #'(bound-details right padding) = #0.6
26
27   \override TextSpanner #'(bound-details right stencil-align-dir-y) = #CENTER
28   \override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER
29   
30   \override Glissando #'(bound-details right arrow) = ##t
31   \override Glissando #'arrow-length = #0.5
32   \override Glissando #'arrow-width = #0.25
33   
34   a8\startTextSpan gis a4 b\glissando b,
35   g'4 c\stopTextSpan c2
36 }