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