]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-glyphs.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / dynamics-glyphs.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.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 \notes\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