X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fline-arrows.ly;h=d3ef6af8081066e9e519c06e1fe0b67fb42fc813;hb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;hp=15b33c7dc3fcbd025f350560febd59b85ab65d0b;hpb=378bccdec5364a5c4364c75ed9b34df2f8a6f49b;p=lilypond.git diff --git a/input/lsr/line-arrows.ly b/input/lsr/line-arrows.ly index 15b33c7dc3..d3ef6af808 100644 --- a/input/lsr/line-arrows.ly +++ b/input/lsr/line-arrows.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.51" +\version "2.12.0" \header { texidoces = " Se pueden aplicar puntas de flecha a los elementos de extensión de @@ -15,18 +15,19 @@ texto y de línea (como el 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