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