Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / lsr / modifying-default-values-for-articulation-shorthand-notation.ly
blob82480c9b00199adf10a9eedb3898354e413f9d2d
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.48"
5 \header {
6 lsrtags = "expressive-marks"
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}:
19 doctitle = "Modifying default values for articulation shorthand notation"
20 } % begin verbatim
21 \relative c'' { c1-+ }
22 dashPlus = "trill"
23 \relative c'' { c1-+ }