]> 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 \rfz                  
11                       c \mf
12                       c \mp \> \!
13                       c \pp \< \!
14                       c \sfp
15 }
16 }