1\version "2.21.0"
2
3\header {
4  texidoc = "Dynamic letters are kerned, and their weight
5matches that of the hairpin signs.  The dynamic scripts should be
6horizontally centered on the note head.  Scripts that should appear
7closer to the note head (staccato, accent) are reckoned with."
8}
9
10\relative {
11  \override Hairpin.to-barline = ##f
12  c''1 \ff
13  e,-.-> \f
14  e \rfz
15  c' \mf
16  c \mp \>
17  c \ppppp \<
18  c \sfp \>
19  c \n
20}
21