]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hiding-the-extender-line-for-text-dynamics.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / hiding-the-extender-line-for-text-dynamics.ly
index e505f386cf08ae5750e60b2554f38746318c3c8f..0fc3a9d4416ac941c3e4df443fc33ab4552df598 100644 (file)
@@ -1,12 +1,12 @@
 %% 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.4"
+\version "2.13.39"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   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.
@@ -15,15 +15,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: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
+  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"
+
+
   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
@@ -34,7 +45,7 @@ following way:
 } % begin verbatim
 
 \relative c'' {
-  \override DynamicTextSpanner #'dash-period = #-1.0
+  \override DynamicTextSpanner #'style = #'none
   \crescTextCresc
   c1\< | d | b | c\!
 }