]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/creating-a-delayed-turn.ly
Add dynamic script fffff; update docs.
[lilypond.git] / input / lsr / creating-a-delayed-turn.ly
index a5e775b418eb48d05cf29dcf8980a51fc6120583..5f7eb59fd6cd1253f2191e05966d2b459068e33f 100644 (file)
@@ -1,8 +1,11 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% 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.12.0"
+\version "2.13.1"
 
 \header {
+  lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
+
+%% Translation of GIT committish: b10de35f895919aec109de6fb1fc84d42ad851b3
 texidoces = "
 La creación de un grupeto circular de anticipación entre dos notas,
 donde la nota inferior del grupeto utiliza una alteración, requiere
@@ -16,20 +19,31 @@ grupeto horizontalmente.
 
 doctitlees = "Crear un grupeto de anticipación"
 
-  lsrtags = "expressive-marks, editorial-annotations, tweaks-and-overrides"
+
+%% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
+  texidocde = "
+Einen Doppelschlag mit Vorhalt zu erstellen, wobei die untere Note das
+Vorzeichen benutzt, erfordert einige Einstellungsänderungen.  Die
+@code{outside-staff-priority}-Eigenschaft muss auf falsch (@code{#f})
+gesetzt werden, weil sie sonst über die Eigenschaft
+@code{avoid-slur property} dominieren würde.  Der Wert von @code{halign}
+wird benutzt, um den Doppelschlag horizontal zu positionieren.
+"
+
+  doctitlede = "Einen  Doppelschlag mit Vorhalt erstellen"
 
   texidoc = "
-Creating a delayed turn, where the lower note of the
-turn uses the accidental, requires several overrides.  The
-@code{outside-staff-priority} property must be set to @code{#f},
-as otherwise this would take precedence over the
-@code{avoid-slur property}.  The value of @code{halign} is used
-to position the turn horizontally."
+Creating a delayed turn, where the lower note of the turn uses the
+accidental, requires several overrides.  The
+@code{outside-staff-priority} property must be set to @code{#f}, as
+otherwise this would take precedence over the @code{avoid-slur
+property}.  The value of @code{halign} is used to position the turn
+horizontally.
 
+"
   doctitle = "Creating a delayed turn"
 } % begin verbatim
 
-
 \relative c'' {
   \once \override TextScript #'avoid-slur = #'inside
   \once \override TextScript #'outside-staff-priority = ##f