]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/vertically-aligned-dynamics-and-textscripts.ly
Doc-fr: Learning Manual full update
[lilypond.git] / input / lsr / vertically-aligned-dynamics-and-textscripts.ly
index 905b36fab14694cb9ba4d79b01383deae7d0079d..43ae0ea49d8b710444427750634d5fe07aaf5e5e 100644 (file)
@@ -1,12 +1,42 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.48"
+\version "2.13.1"
 
 \header {
   lsrtags = "tweaks-and-overrides, spacing"
 
+%% Translation of GIT committish: a71dfe75d190e18a075443575d71140173829504
+  texidoces = "
+Mediante el establecimiento de la propiedad @code{Y-extent} a un valor
+adecuado, todos los objetos @code{DynamicLineSpanner} (reguladores e
+indicaciones dinámicas textuales) se pueden alinear con un punto de
+referencia común, independientemente de sus dimensiones.  De esta
+manera, todos los elementos estarán alineados verticalmente,
+produciendo así un resultado más satisfactorio.
+
+Se usa una idea similar para alinear las inscripciones de texto a lo
+largo de su línea de base.
+
+"
+  doctitlees = "Indicaciones dinámicas y textuales alineadas verticalmente"
+  
+%% Translation of GIT committish: 6ce7f350682dfa99af97929be1dec6b9f1cbc01a
+texidocde = "
+Indem man die @code{'Y-extent}-Eigenschaft auf einen passenden Wert setzt,
+können alle @code{DynamicLineSpanner}-Objekte (Crescendo-Klammern und
+Dynamik-Texte)  (hairpins and dynamic texts) unabhängig von ihrer
+wirklichen Ausdehnung an einem gemeinsamen Referenzpunkt ausgerichtet werden.
+Auf diese Weise ist jedes Element vertikal ausgerichtet und der Notensatz
+sieht ansprechender aus.
+
+Die gleiche Idee wird benutzt, um Textbeschriftungen an ihrer
+Grundlinie auszurichten.
+
+"
+  doctitlede = "Vertikale Ausrichtung von Dynamik und Textbeschriftung beeinflussen"
+
   texidoc = "
-By setting the @code{Y-extent} property to a suitable value, all
+By setting the @code{'Y-extent} property to a suitable value, all
 @code{DynamicLineSpanner} objects (hairpins and dynamic texts) can be
 aligned to a common reference point, regardless of their actual extent.
 This way, every element will be vertically aligned, thus producing a
@@ -17,6 +47,7 @@ The same idea is used to align the text scripts along their baseline.
 "
   doctitle = "Vertically aligned dynamics and textscripts"
 } % begin verbatim
+
 music = \relative c'' {
   c2\p^\markup { gorgeous } c\f^\markup { fantastic }
   c4\p c\f\> c c\!\p
@@ -29,3 +60,4 @@ music = \relative c'' {
   \override TextScript #'Y-extent = #'(-1.5 . 1.5)
   \music
 }
+