]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-glyphs.ly
''
[lilypond.git] / input / regression / dynamics-glyphs.ly
1
2 \header {texidoc =
3 "Dynamic letters are kerned, and their weight matches that
4 of the hairpin signs."
5 }
6 \score {
7     
8 \notes\relative c'' { c4-\ff
9                       c \f
10                       c \mf
11                       c \mp \> \!
12                       c \pp \< \!
13                       c \sfp
14 }
15 }