]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-glyphs.ly
0616f2ecc7de72b667a5c9d56a015718ecf9ff03
[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.  Scripts that should appear
5 closer to the note head (staccato, accent) are reckoned with.
6 "  }
7
8 \score {
9     
10 \notes\relative c'' { c1-\ff
11                       e,-.-> \f
12                       e \rfz                  
13                       c' \mf
14                       c \mp \> \!
15                       c \ppppp \< \!
16                       c \sfp
17                       
18 }
19 }