X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fline-arrows.ly;h=d3ef6af8081066e9e519c06e1fe0b67fb42fc813;hb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;hp=2b06efd9d43739902a53e2340a6b7c1699eaa3e1;hpb=adfdbf4765643e9e12256634d655382fc7966f36;p=lilypond.git diff --git a/input/lsr/line-arrows.ly b/input/lsr/line-arrows.ly index 2b06efd9d4..d3ef6af808 100644 --- a/input/lsr/line-arrows.ly +++ b/input/lsr/line-arrows.ly @@ -1,25 +1,33 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.50" +\version "2.12.0" \header { + texidoces = " +Se pueden aplicar puntas de flecha a los elementos de extensión de +texto y de línea (como el Glissando). + +" + doctitlees = "Puntas de flecha para las líneas" + lsrtags = "expressive-marks" texidoc = "Arrows can be applied to text-spanners and line-spanners (such as the Glissando)." doctitle = "Line arrows" } % begin verbatim + \relative c'' { \override TextSpanner #'bound-padding = #1.0 - \override TextSpanner #'dash-fraction = #'() - \override TextSpanner #'bound-details #'right #'arrow = ##t - \override TextSpanner #'bound-details #'left #'text = #"fof" - \override TextSpanner #'bound-details #'right #'text = #"gag" - \override TextSpanner #'bound-details #'right #'padding = #0.6 + \override TextSpanner #'style = #'line + \override TextSpanner #'(bound-details right arrow) = ##t + \override TextSpanner #'(bound-details left text) = #"fof" + \override TextSpanner #'(bound-details right text) = #"gag" + \override TextSpanner #'(bound-details right padding) = #0.6 - \override TextSpanner #'bound-details #'right #'stencil-align-dir-y = #CENTER - \override TextSpanner #'bound-details #'left #'stencil-align-dir-y = #CENTER + \override TextSpanner #'(bound-details right stencil-align-dir-y) = #CENTER + \override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER - \override Glissando #'bound-details #'right #'arrow = ##t + \override Glissando #'(bound-details right arrow) = ##t \override Glissando #'arrow-length = #0.5 \override Glissando #'arrow-width = #0.25