]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-glyphs.ly
''
[lilypond.git] / input / regression / dynamics-glyphs.ly
1
2 \header {texidoc = "Dynamic letters are kerned, and their weight
3 matches that of the hairpin signs.  The dynamic scripts should be
4 horizontally centered on the note head."  }
5
6 \score {
7     
8 \notes\relative c'' { c1-\ff
9                       c \f
10                       c \rfz                  
11                       c \mf
12                       c \mp \> \!
13                       c \ppppp \< \!
14                       c \sfp
15                       
16 }
17 }