]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly
Change stringTunings from list of semitones to list of pitches
[lilypond.git] / Documentation / snippets / modifying-default-values-for-articulation-shorthand-notation.ly
index acebf78a7f170e65e5afa77c4b863213abbbff63..fc7cb286345d89ffa53e727637f07dce1fef7d97 100644 (file)
@@ -1,14 +1,15 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% 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.1"
+\version "2.13.39"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
+%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
   texidoces = "
 Las abreviaturas se encuentran definidas dentro del archivo
-@code{ly/script-init.ly}, donde las variables @code{dashHat},
+@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
@@ -20,9 +21,10 @@ 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: 0364058d18eb91836302a567c18289209d6e9706
+
+%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
  texidocde = "
-Die Abkürzungen sind in der Datei @samp{ly/script-init.ly} definiert, wo
+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
@@ -34,6 +36,22 @@ 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
+@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{-+}
+(@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
 variables @code{dashHat}, @code{dashPlus}, @code{dashDash},
@@ -42,13 +60,15 @@ variables @code{dashHat}, @code{dashPlus}, @code{dashDash},
 for the shorthands can be modified. For example, to associate the
 @code{-+} (@code{dashPlus}) shorthand with the trill symbol instead of
 the default + symbol, assign the value @code{trill} to the variable
-@code{dashPlus}: 
+@code{dashPlus}:
 
 "
   doctitle = "Modifying default values for articulation shorthand notation"
 } % begin verbatim
 
 \relative c'' { c1-+ }
+
 dashPlus = "trill"
+
 \relative c'' { c1-+ }