X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-line.ly;h=e263d925c528b7e1d2dc54a544b518a01028a455;hb=175a579bf90f938533d3bc18648fad01ba287804;hp=70bdeb37b3ce9c89be9fcad767259438d7253121;hpb=2edcb9426a00a159847e0b4adb7c048c2d058b87;p=lilypond.git diff --git a/input/regression/dynamics-line.ly b/input/regression/dynamics-line.ly index 70bdeb37b3..e263d925c5 100644 --- a/input/regression/dynamics-line.ly +++ b/input/regression/dynamics-line.ly @@ -1,29 +1,26 @@ + +\version "2.12.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. "; +line. Isolated dynamics may be forced up or down. + " } -\version "1.3.122"; -\score{ -\notes\relative c''{ -a1^\sfz -a1-\fff\> \!c,,-\pp a'' a-\p -% We need this to test if we get two Dynamic line spanners -a +\relative c''{ + a1^\sfz + a1\fff\> c,,\!\pp a'' a\p -% because do_removal_processing () -% doesn't seem to post_process elements -d\f + %% We need this to test if we get two Dynamic line spanners + a -a + %% because do_removal_processing () + %% doesn't seem to post_process elements + d\f + + a } -\paper{ -} -\midi{ -\tempo 1 = 60; -} -} +