]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/modifying-default-values-for-articulation-shorthand-notation.ly
Split WWW target in two stages WWW-1 and WWW-2
[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.46"
4
5 \header {
6   lsrtags = "expressive-marks"
7
8   texidoc = "
9 The shorthands are defined in @samp{ly/script-init.ly}, where the
10 variables @code{dashHat}, @code{dashPlus}, @code{dashDash},
11 @code{dashBar}, @code{dashLarger}, @code{dashDot}, and
12 @code{dashUnderscore} are assigned default values.  The default values
13 for the shorthands can be modified. For example, to associate the
14 @code{-+} (@code{dashPlus}) shorthand with the trill symbol instead of
15 the default + symbol, assign the value @code{trill} to the variable
16 @code{dashPlus}: 
17
18 "
19   doctitle = "Modifying default values for articulation shorthand notation"
20 } % begin verbatim
21 \relative c'' { c1-+ }
22 dashPlus = "trill"
23 \relative c'' { c1-+ }