X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-line.ly;h=584c766ab3c7f582bed977a39356e131b183b8fe;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=6e9da989530669bccd178ce06c89d51f60741800;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/dynamics-line.ly b/input/regression/dynamics-line.ly index 6e9da98953..584c766ab3 100644 --- a/input/regression/dynamics-line.ly +++ b/input/regression/dynamics-line.ly @@ -1,7 +1,7 @@ -\version "2.6.0" +\version "2.16.0" \header{ -texidoc=" Dynamics appear below or above the staff. If multiple + texidoc=" Dynamics appear below or above the staff. If multiple dynamics are linked with (de)crescendi, they should be on the same line. Isolated dynamics may be forced up or down. " @@ -9,25 +9,18 @@ line. Isolated dynamics may be forced up or down. -\score{ \relative c''{ -a1^\sfz -a1\fff\> c,,\!\pp a'' a\p + a1^\sfz + a1\fff\> c,,\!\pp a'' a\p -% We need this to test if we get two Dynamic line spanners -a + %% We need this to test if we get two Dynamic line spanners + a -% because do_removal_processing () -% doesn't seem to post_process elements -d\f + %% because do_removal_processing () + %% doesn't seem to post_process elements + d\f -a + a } -\layout{ -} -\midi{ -\tempo 1 = 60 -} -}