]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-glyphs.ly
2e1badda31783a76df9ea0e65fcdb583e6469346
[lilypond.git] / input / regression / dynamics-glyphs.ly
1
2 \version "2.6.0"
3
4 \header {texidoc = "Dynamic letters are kerned, and their weight
5 matches that of the hairpin signs.  The dynamic scripts should be
6 horizontally centered on the note head.  Scripts that should appear
7 closer to the note head (staccato, accent) are reckoned with.
8 "  }
9
10 \score {
11     
12 \relative c'' { c1\ff
13                       e,-.-> \f
14                       e \rfz                  
15                       c' \mf
16                       c \mp \> 
17                       c\!\ppppp \< 
18                       c\sfp\!
19                       
20 }
21 }
22