]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-glyphs.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / dynamics-glyphs.ly
1 \version "1.5.68"
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 }