X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-cross-staff.ly;h=10c12b1648b784243031e29eb2a32df13b03c773;hb=57817ab4e80df96e604b50a766c23ebabf72fc66;hp=694205ba1b540562cf46f2030c1f4d2cc811fb51;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/slur-cross-staff.ly b/input/regression/slur-cross-staff.ly index 694205ba1b..10c12b1648 100644 --- a/input/regression/slur-cross-staff.ly +++ b/input/regression/slur-cross-staff.ly @@ -1,50 +1,50 @@ -\version "2.3.16" +\version "2.16.0" \header{ -texidoc=" + texidoc=" Slurs behave decently when broken across a linebreak. " } - -\score{ - \context PianoStaff << - \context 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 - } - \context Staff=two \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 + } +>> +