X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fcreating-text-spanners.ly;h=aa245f21680054b49a219d9225b3a3056d7cc9f7;hb=332a3327f95dc06fe84ba5bf02d5bde42b183e5f;hp=0fd479c4048f42bfe9a14bd3fe88e55792641b1c;hpb=3d8089a42af6304edb8dad56220e845c84832bb2;p=lilypond.git diff --git a/Documentation/snippets/creating-text-spanners.ly b/Documentation/snippets/creating-text-spanners.ly index 0fd479c404..aa245f2168 100644 --- a/Documentation/snippets/creating-text-spanners.ly +++ b/Documentation/snippets/creating-text-spanners.ly @@ -1,11 +1,12 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% Do not edit this file; it is automatically +%% generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.13.1" +\version "2.13.16" \header { lsrtags = "expressive-marks, text, tweaks-and-overrides" -%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65 +%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492 texidoces = " Las instrucciones @code{\\startTextSpan} y @code{\\stopTextSpan} permiten la creación de elementos de extensión textuales tan @@ -34,14 +35,14 @@ to modify its output. a4 \startTextSpan b4 c a4 \stopTextSpan - + \override TextSpanner #'style = #'line \once \override TextSpanner #'(bound-details left stencil-align-dir-y) = #CENTER a4 \startTextSpan b4 c a4 \stopTextSpan - + \override TextSpanner #'style = #'dashed-line \override TextSpanner #'(bound-details left text) = \markup { \draw-line #'(0 . 1) } @@ -52,7 +53,7 @@ to modify its output. a4 \startTextSpan b4 c a4 \stopTextSpan - + \set Staff.middleCPosition = #-13 \override TextSpanner #'dash-period = #10 \override TextSpanner #'dash-fraction = #0.5 @@ -61,3 +62,4 @@ to modify its output. b4 c a4 \stopTextSpan } +