X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-cross-staff.ly;h=3db78778ad7b5106d9d99dc3b6f3d4b99855a26f;hb=ee0488f3aa19e0060b6e17c46a4d88cb9d57c489;hp=08bf3089c31c763f6e66a5cdb6f50068892f65f5;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/slur-cross-staff.ly b/input/regression/slur-cross-staff.ly index 08bf3089c3..3db78778ad 100644 --- a/input/regression/slur-cross-staff.ly +++ b/input/regression/slur-cross-staff.ly @@ -1,51 +1,50 @@ -\version "1.9.2" +\version "2.12.0" \header{ -texidoc=" -The same goes for slurs. They behave decently when broken across -linebreak. + texidoc=" +Slurs behave decently when broken across a linebreak. " } - -\score{ - \context PianoStaff < - \context Staff=one \notes\relative c'{ - \stemUp \slurUp - c4( c \translator Staff=two c c) | - \translator Staff=one - \stemUp \slurUp - c4( c \translator Staff=two c c) | - \stemUp \slurUp - c4( c \translator Staff=one c c) | - \translator Staff=two - \stemUp \slurUp - c4( c \translator Staff=one c c) | - \translator Staff=two - \stemUp \slurUp - c4( \translator Staff=one c c c) | - r2 - \translator Staff=two - \stemUp \slurUp - c4( \translator Staff=one c - \break - c c) - r2 -% \stemDown \slurDown -% c4( \translator Staff=two c c \translator Staff=one c) - \stemDown \slurDown - d4( \translator Staff=two c c \translator Staff=one d) - \translator Staff=two - \stemUp \slurUp - c4( \translator Staff=one c c \translator 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 + } +>> +