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