]> git.donarmstrong.com Git - lilypond.git/blob - input/test/dyn-line.ly
patch::: 1.3.43.jcn1
[lilypond.git] / input / test / dyn-line.ly
1 \score{
2 \notes\relative c''{
3 a1\fff\> \!c,,\pp a'' a\p
4
5
6 % We need this to test if we get two Dynamic line spanners
7 a
8
9 % because do_removal_processing ()
10 % doesn't seem to post_process elements
11 d\f
12
13 a
14
15 }
16 \paper{
17 }
18 \midi{
19 \tempo 1 = 60;
20 }
21 }