]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-glyphs.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / dynamics-glyphs.ly
1
2 \version "2.11.51"
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
11 \relative c'' {
12   c1\ff
13   e,-.-> \f
14   e \rfz                      
15   c' \mf
16   c \mp \> 
17   c\!\ppppp \< 
18   c\sfp\!
19 }
20