X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fdynamics-line.ly;h=dc22d33a309da710bf2d13bcbbf4b13f8dd44f99;hb=3d8f4559228bd8a4a30bb024163b64d425b76f18;hp=08baa7a611249be7b180c788442a6f39be981c0d;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/dynamics-line.ly b/input/regression/dynamics-line.ly index 08baa7a611..dc22d33a30 100644 --- a/input/regression/dynamics-line.ly +++ b/input/regression/dynamics-line.ly @@ -1,7 +1,7 @@ -\version "2.4.0" +\version "2.14.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 -} -}