]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / modifying-default-values-for-articulation-shorthand-notation.ly
index d1c1320d078bb2b0b438a1b328dbd9e353e8d215..c5fdac7f0f4e2757e7dab3c15957f29042b1626d 100644 (file)
@@ -9,52 +9,6 @@
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
-  texidoces = "
-Las abreviaturas se encuentran definidas dentro del archivo
-@file{ly/script-init.ly}, donde las variables @code{dashHat},
-@code{dashPlus}, @code{dashDash}, @code{dashBar}, @code{dashLarger},
-@code{dashDot} y @code{dashUnderscore} reciben valores
-predeterminados.  Se pueden modificar estos valores predeterminados
-para las abreviaturas. Por ejemplo, para asociar la abreviatura
-@code{-+} (@code{dashPlus}) con el símbolo del semitrino en lugar del
-símbolo predeterminado +, asigne el valor @code{trill} a la variable
-@code{dashPlus}:
-
-"
-  doctitlees = "Modificar los valores predeterminados para la notación abreviada de las articulaciones"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
- texidocde = "
-Die Abkürzungen sind in der Datei @file{ly/script-init.ly} definiert, wo
-den Variablen @code{dashHat}, @code{dashPlus}, @code{dashDash},
-@code{dashBar}, @code{dashLarger}, @code{dashDot} und
-@code{dashUnderscore} Standardwerte zugewiesen werden.  Diese Standardwerte
-können verändert werden.  Um zum Beispiel die Abkürzung
-@code{-+} (@code{dashPlus}) mit dem Triller anstatt mit dem +-Symbol zu
-assoziieren, muss der Wert @code{trill} der Variable
-@code{dashPlus} zugewiesen werden:
-
-"
-  doctitlede = "Die Standardwerte der Abkürzungen von Artikulationen verändern"
-
-%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4
-  texidocfr = "
-Les raccourcis sont répertoriés dans le fichier
-@file{ly/script-init.ly}, dans lequel on retrouve les variables
-@code{dashHat}, @code{dashPlus}, @code{dashDash}, @code{dashBar},
-@code{dashLarger}, @code{dashDot}, et @code{dashUnderscore} ainsi que
-leur valeur par défaut.  Ces valeurs peuvent être modifiées selon vos
-besoins.  Il suffit par exemple, pour affecter au raccourci @w{@code{-+}}
-(@code{dashPlus}) le symbole du trille en lieu et place du @code{+}
-(caractère plus), d'assigner la valeur @code{trill} à la variable
-@code{dashPlus}@tie{}:
-
-"
-  doctitlefr = "Modification de la signification des raccourcis pour les signes d'articulation"
-
-
   texidoc = "
 The shorthands are defined in @samp{ly/script-init.ly}, where the
 variables @code{dashHat}, @code{dashPlus}, @code{dashDash},
@@ -75,4 +29,3 @@ the default + symbol, assign the value @code{trill} to the variable
 dashPlus = "trill"
 
 \relative c'' { c1-+ }
-