]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/modifying-default-values-for-articulation-shorthand-notation.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / lsr / modifying-default-values-for-articulation-shorthand-notation.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.12.0"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoces = "
9 Las abreviaturas se encuentran definidas dentro del archivo
10 @code{ly/script-init.ly}, donde las variables @code{dashHat},
11 @code{dashPlus}, @code{dashDash}, @code{dashBar},
12 @code{dashLarger}, @code{dashDot} y @code{dashUnderscore} reciben
13 valores predeterminados.  Se pueden modificar estos valores
14 predeterminados para las abreviaturas. Por ejemplo, para asociar
15 la abreviatura @code{-+} (@code{dashPlus}) con el símbolo del
16 semitrino en lugar del símboloo predeterminado +, asigne el valor
17 @code{trill} a la variable @code{dashPlus}:
18
19 "
20   doctitlees = "Modificar los valores predeterminados para la notación abreviada de las articulaciones"
21
22 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>  
23  texidocde = "
24 Die Abkürzungen sind in der Datei @samp{ly/script-init.ly} definiert, wo
25 den Variablen @code{dashHat}, @code{dashPlus}, @code{dashDash},
26 @code{dashBar}, @code{dashLarger}, @code{dashDot} und
27 @code{dashUnderscore} Standardwerte zugewiesen werden.  Diese Standardwerte
28 können verändert werden.  Um zum Beispiel die Abkürzung
29 @code{-+} (@code{dashPlus}) mit dem Triller anstatt mit dem +-Symbol zu
30 assoziieren, muss der Wert @code{trill} der Variable
31 @code{dashPlus} zugewiesen werden:
32
33 "
34   doctitlede = "Die Standardwerte für Arkkikulationsabkürzungen verändern"
35
36   texidoc = "
37 The shorthands are defined in @samp{ly/script-init.ly}, where the
38 variables @code{dashHat}, @code{dashPlus}, @code{dashDash},
39 @code{dashBar}, @code{dashLarger}, @code{dashDot}, and
40 @code{dashUnderscore} are assigned default values.  The default values
41 for the shorthands can be modified. For example, to associate the
42 @code{-+} (@code{dashPlus}) shorthand with the trill symbol instead of
43 the default + symbol, assign the value @code{trill} to the variable
44 @code{dashPlus}: 
45
46 "
47   doctitle = "Modifying default values for articulation shorthand notation"
48 } % begin verbatim
49
50 \relative c'' { c1-+ }
51 dashPlus = "trill"
52 \relative c'' { c1-+ }