]> git.donarmstrong.com Git - lilypond.git/blob - ly/textscripts.ly
release: 1.3.24
[lilypond.git] / ly / textscripts.ly
1
2 %
3 % declare the standard dynamic identifiers.
4 %
5
6 ppp = \textscript "ppp" "dynamic"
7 pp = \textscript "pp" "dynamic"
8 p = \textscript "p" "dynamic"
9 mp = \textscript "mp" "dynamic"
10 mf = \textscript "mf" "dynamic"
11 f = \textscript "e" "dynamic"                   % see feta-din layout
12 ff = \textscript "ff" "dynamic"
13 fff = \textscript "fff" "dynamic"
14 fp = \textscript "fp" "dynamic"
15 cresc = \textscript "cresc." "italic"
16 decresc = \textscript "decresc." "italic"
17 dim = \textscript "dim." "italic"
18
19 sf = \textscript "sf" "dynamic"
20 sfp = \textscript "sfp" "dynamic"
21 sff = \textscript "sff" "dynamic"
22 sfz = \textscript "sfz" "dynamic"
23 fz = \textscript "fz" "dynamic"
24 sp = \textscript "sp" "dynamic"
25 spp = \textscript "spp" "dynamic"
26 rfz = \textscript "rfz" "dynamic"
27