]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / Documentation / snippets / hiding-the-extender-line-for-text-dynamics.ly
index b1dca2a67afd86cc1a105317775aaaa1bd8dba56..be90bfe4c4e105f93d422d442128739b19161b68 100644 (file)
@@ -1,22 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.15.20"
 
 \header {
-%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
-  texidocfr = "
-Les crescendos et decrescendos indiqués textuellement -- tels que
-@emph{cresc.} ou @emph{dim.} -- sont suivis de pointillés qui montrent
-leur étendue.  On peut empêcher l'impression de ces pointillés avec :
-
-"
-  doctitlefr = "Masquage de l'extension des nuances textuelles"
-
-
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
   texidoces = "
 Los cambios de dinámica con estilo de texto (como cresc. y dim.)
 se imprimen con una línea intermitente que muestra su alcance.
@@ -25,15 +18,26 @@ Esta línea se puede suprimir de la siguiente manera:
 "
   doctitlees = "Ocultar la línea de extensión de las expresiones textuales de dinámica"
 
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
 texidocde = "
 Dynamik-Texte (wie cresc. und dim.) werden mit einer gestrichelten Linie
-gesetzt, die ihre Dauer anzeigt.  Diese Linie kann auf foldenge Weise
+gesetzt, die ihre Dauer anzeigt.  Diese Linie kann auf folgende Weise
 unterdrückt werden:
 
 "
   doctitlede = "Crescendo-Linien von Dynamik-Texten unterdrücken"
 
+%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
+  texidocfr = "
+Les crescendos et decrescendos indiqués textuellement -- tels que
+@emph{cresc.} ou @emph{dim.} -- sont suivis de pointillés qui montrent
+leur étendue.  On peut empêcher l'impression de ces pointillés.
+
+"
+  doctitlefr = "Masquage de l'extension des nuances textuelles"
+
+
   texidoc = "
 Text style dynamic changes (such as cresc. and dim.) are printed with a
 dashed line showing their extent.  This line can be suppressed in the
@@ -44,7 +48,7 @@ following way:
 } % begin verbatim
 
 \relative c'' {
-  \override DynamicTextSpanner #'dash-period = #-1.0
+  \override DynamicTextSpanner #'style = #'none
   \crescTextCresc
   c1\< | d | b | c\!
 }