]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/modifying-default-values-for-articulation-shorthand-notation.ly
Merge master into nested-bookparts
[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.11.62"
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   texidoc = "
23 The shorthands are defined in @samp{ly/script-init.ly}, where the
24 variables @code{dashHat}, @code{dashPlus}, @code{dashDash},
25 @code{dashBar}, @code{dashLarger}, @code{dashDot}, and
26 @code{dashUnderscore} are assigned default values.  The default values
27 for the shorthands can be modified. For example, to associate the
28 @code{-+} (@code{dashPlus}) shorthand with the trill symbol instead of
29 the default + symbol, assign the value @code{trill} to the variable
30 @code{dashPlus}: 
31
32 "
33   doctitle = "Modifying default values for articulation shorthand notation"
34 } % begin verbatim
35 \relative c'' { c1-+ }
36 dashPlus = "trill"
37 \relative c'' { c1-+ }