]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dynamics-line.ly
patch::: 1.3.134.jcn1
[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 \score{
10 \notes\relative c''{
11 a1^\sfz
12 a1-\fff\> \!c,,-\pp a'' a-\p
13
14 % We need this to test if we get two Dynamic line spanners
15 a
16
17 % because do_removal_processing ()
18 % doesn't seem to post_process elements
19 d\f
20
21 a
22
23 }
24 \paper{
25 }
26 \midi{
27 \tempo 1 = 60;
28 }
29 }