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