]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly
Docs: reorganize documentation directory structure
[lilypond.git] / Documentation / snippets / hiding-the-extender-line-for-text-dynamics.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8 %% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
9   texidoces = "
10 Los cambios de dinámica con estilo de texto (como cresc. y dim.)
11 se imprimen con una línea intermitente que muestra su alcance.
12 Esta línea se puede suprimir de la siguiente manera:
13
14 "
15   doctitlees = "Ocultar la línea de extensión de las expresiones textuales de dinámica"
16   
17 %% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
18 texidocde = "
19 Dynamik-Texte (wie cresc. und dim.) werden mit einer gestrichelten Linie
20 gesetzt, die ihre Dauer anzeigt.  Diese Linie kann auf foldenge Weise
21 unterdrückt werden:
22
23 "
24   doctitlede = "Crescendo-Linien von Dynamik-Texten unterdrücken"
25
26   texidoc = "
27 Text style dynamic changes (such as cresc. and dim.) are printed with a
28 dashed line showing their extent.  This line can be suppressed in the
29 following way: 
30
31 "
32   doctitle = "Hiding the extender line for text dynamics"
33 } % begin verbatim
34
35 \relative c'' {
36   \override DynamicTextSpanner #'dash-period = #-1.0
37   \crescTextCresc
38   c1\< | d | b | c\!
39 }
40