]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-line.ly
6e9da989530669bccd178ce06c89d51f60741800
[lilypond.git] / input / regression / dynamics-line.ly
1
2 \version "2.6.0"
3 \header{
4 texidoc=" Dynamics appear below or above the staff.  If multiple
5 dynamics are linked with (de)crescendi, they should be on the same
6 line. Isolated dynamics may be forced up or down.
7  "
8 }
9
10
11
12 \score{
13 \relative c''{
14 a1^\sfz
15 a1\fff\> c,,\!\pp a'' a\p
16
17 % We need this to test if we get two Dynamic line spanners
18 a
19
20 % because do_removal_processing ()
21 % doesn't seem to post_process elements
22 d\f
23
24 a
25
26 }
27 \layout{
28 }
29 \midi{
30 \tempo 1 = 60
31 }
32 }
33