X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-line.ly;h=584c766ab3c7f582bed977a39356e131b183b8fe;hb=601812a35409ef1e34621df1721dbc6fb6e26c3e;hp=6c65940d74e16c0e597dc160275872481e7d12ce;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/dynamics-line.ly b/input/regression/dynamics-line.ly index 6c65940d74..584c766ab3 100644 --- a/input/regression/dynamics-line.ly +++ b/input/regression/dynamics-line.ly @@ -1,7 +1,7 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\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{ -\notes\relative c''{ -a1^\sfz -a1\fff\> c,,\!\pp a'' a\p +\relative c''{ + 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 } -\paper{ -} -\midi{ -\tempo 1 = 60 -} -}