(Integrating LaTeX and
[lilypond.git] / input / regression / dynamics-line.ly
blob0d50e9b040a1de65a1a57a167d47a3a35389ed79
1 \version "1.7.18"
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.
11 \score{
12 \notes\relative c''{
13 a1^\sfz
14 a1-\fff\> \!c,,-\pp a'' a-\p
16 % We need this to test if we get two Dynamic line spanners
19 % because do_removal_processing ()
20 % doesn't seem to post_process elements
21 d-\f
26 \paper{
28 \midi{
29 \tempo 1 = 60
32 %% new-chords-done %%