X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-cross-staff.ly;h=58f20d183fdb889b7f2d0fc0b60209bf54136b16;hb=bf0c1c47ad9bd411b4527d1dd5f5dfab9d98d404;hp=6e6b7e70e1ee59c848e07304553145c90dc3efa8;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/slur-cross-staff.ly b/input/regression/slur-cross-staff.ly index 6e6b7e70e1..58f20d183f 100644 --- a/input/regression/slur-cross-staff.ly +++ b/input/regression/slur-cross-staff.ly @@ -1,50 +1,50 @@ -\version "2.1.30" +\version "2.10.0" \header{ -texidoc=" + texidoc=" Slurs behave decently when broken across a linebreak. " } - -\score{ - \context PianoStaff << - \context Staff=one \notes\relative c'{ - \stemUp \slurUp - c4( c \change Staff=two c c) | - \change Staff=one - \stemUp \slurUp - c4( c \change Staff=two c c) | - \stemUp \slurUp - c4( c \change Staff=one c c) | - \change Staff=two - \stemUp \slurUp - c4( c \change Staff=one c c) | - \change Staff=two - \stemUp \slurUp - c4( \change Staff=one c c c) | - r2 - \change Staff=two - \stemUp \slurUp - c4( \change Staff=one c - \break - c c) - r2 -% \stemDown \slurDown -% c4( \change Staff=two c c \change Staff=one c) - \stemDown \slurDown - d4( \change Staff=two c c \change Staff=one d) - \change Staff=two - \stemUp \slurUp - c4( \change Staff=one c c \change Staff=two c) - r1 - } - \context Staff=two \notes\relative c'{ - \clef bass - s1 s1 s1 s1 s1 s1 s1 s1 s1 s1 - } - >> -} + + +\context PianoStaff << + \new Staff = "one" \relative c'{ + \stemUp \slurUp + c4( c \change Staff=two c c) | + \change Staff=one + \stemUp \slurUp + c4( c \change Staff=two c c) | + \stemUp \slurUp + c4( c \change Staff=one c c) | + \change Staff=two + \stemUp \slurUp + c4( c \change Staff=one c c) | + \change Staff=two + \stemUp \slurUp + c4( \change Staff=one c c c) | + r2 + \change Staff=two + \stemUp \slurUp + c4( \change Staff=one c + \break + c c) + r2 + %% \stemDown \slurDown + %% c4( \change Staff=two c c \change Staff=one c) + \stemDown \slurDown + d4( \change Staff=two c c \change Staff=one d) + \change Staff=two + \stemUp \slurUp + c4( \change Staff=one c c \change Staff=two c) + r1 + } + \new Staff = "two" \relative c'{ + \clef bass + s1 s1 s1 s1 s1 s1 s1 s1 s1 s1 + } +>> +