]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly
Doc-es: update CHANGES, Chords, Percussion, World, usage/external, and more.
[lilypond.git] / Documentation / snippets / modifying-default-values-for-articulation-shorthand-notation.ly
index c7bffb1d2f56313d5b739cee2a4bbcab434d7197..1a9affb9405543b01635384d3a6573566db1f26d 100644 (file)
@@ -17,7 +17,7 @@ Las abreviaturas se encuentran definidas dentro del archivo
 @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
+la abreviatura @w{@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}:
 
@@ -39,14 +39,14 @@ assoziieren, muss der Wert @code{trill} der Variable
 "
   doctitlede = "Die Standardwerte der Abkürzungen von Artikulationen verändern"
 
-%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
+%% Translation of GIT committish: a6b5eea83ddcdd8e1fd0760db385176ff9b2b1cd
   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 @code{-+}
+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} :
@@ -61,7 +61,7 @@ variables @code{dashHat}, @code{dashPlus}, @code{dashDash},
 @code{dashBar}, @code{dashLarger}, @code{dashDot}, and
 @code{dashUnderscore} are assigned default values.  The default values
 for the shorthands can be modified. For example, to associate the
-@code{-+} (@code{dashPlus}) shorthand with the trill symbol instead of
+@w{@code{-+}} (@code{dashPlus}) shorthand with the trill symbol instead of
 the default + symbol, assign the value @code{trill} to the variable
 @code{dashPlus}: