]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/modifying-default-values-for-articulation-shorthand-notation.ly
FiguredBass: Fix bug with extenders not being properly broken if \! is used
[lilypond.git] / Documentation / snippets / modifying-default-values-for-articulation-shorthand-notation.ly
index 7cb12b68996e4110aef20137847a4f7c63a6f040..c593d71cd1a331c71f6e405a25f171fdabf89e41 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.31"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
   texidoces = "
 Las abreviaturas se encuentran definidas dentro del archivo
 @code{ly/script-init.ly}, donde las variables @code{dashHat},
@@ -22,7 +22,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},
@@ -36,7 +36,7 @@ assoziieren, muss der Wert @code{trill} der Variable
 "
   doctitlede = "Die Standardwerte der Abkürzungen von Artikulationen verändern"
 
-%% Translation of GIT committish: ae814f45737bd1bdaf65b413a4c37f70b84313b7
+%% 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
@@ -60,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-+ }