X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdynamics-line.ly;h=13c570c375b6d9d6fb623f39ca7123a44993d11c;hb=c8e951b69d79e0eace0c2ee0701ac63032263a47;hp=95f6b6068c39edaa93c86f3fc5c7768880558079;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/dynamics-line.ly b/input/regression/dynamics-line.ly index 95f6b6068c..13c570c375 100644 --- a/input/regression/dynamics-line.ly +++ b/input/regression/dynamics-line.ly @@ -1,29 +1,26 @@ + +\version "2.10.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. + " } -\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; -} -} +