]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly
Merge branch 'master' of git+ssh://git.savannah.gnu.org/srv/git/lilypond
[lilypond.git] / Documentation / snippets / modifying-default-values-for-articulation-shorthand-notation.ly
index b8f20038a63f53c8fe76d1c3639478cfbe92aefc..8cd27222e3980812b994dc9d9db93869a6eca026 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.16"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
   texidoces = "
 Las abreviaturas se encuentran definidas dentro del archivo
 @code{ly/script-init.ly}, donde las variables @code{dashHat},
@@ -21,8 +21,7 @@ semitrino en lugar del símbolo predeterminado +, asigne el valor
 "
   doctitlees = "Modificar los valores predeterminados para la notación abreviada de las articulaciones"
 
-
-%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
 Die Abkürzungen sind in der Datei @samp{ly/script-init.ly} definiert, wo
 den Variablen @code{dashHat}, @code{dashPlus}, @code{dashDash},
@@ -35,6 +34,21 @@ assoziieren, muss der Wert @code{trill} der Variable
 
 "
   doctitlede = "Die Standardwerte der Abkürzungen von Artikulationen verändern"
+%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20
+  texidocfr = "
+Les raccourcis sont répertoriés dans le fichier
+@code{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{-+}
+(@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} :
+
+"
+  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
@@ -51,6 +65,8 @@ the default + symbol, assign the value @code{trill} to the variable
 } % begin verbatim
 
 \relative c'' { c1-+ }
+
 dashPlus = "trill"
+
 \relative c'' { c1-+ }