X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fslur-cross-staff-beam.ly;h=342ddf5873259da1d6d32d2ff06e1c898c1343b0;hb=8cf69a467ad7650f5ca9da6fe2dfd4c7c088b239;hp=ea9d13df3aab07d23d57bed6da76eb3cf3c38a62;hpb=d6e38cceb0003117ccf134233f6b60f1ab5c1419;p=lilypond.git diff --git a/input/regression/slur-cross-staff-beam.ly b/input/regression/slur-cross-staff-beam.ly index ea9d13df3a..342ddf5873 100644 --- a/input/regression/slur-cross-staff-beam.ly +++ b/input/regression/slur-cross-staff-beam.ly @@ -1,13 +1,15 @@ -\version "2.11.29" +\version "2.19.21" \header { - texidoc = "Slurs that depend on a cross-staff beam are not calculated until after line-breaking." + texidoc = "Slurs that depend on a cross-staff beam are not calculated until +after line-breaking, and after inside-going articulations have been placed." } -\paper{ ragged-right=##t } +\paper { ragged-right=##t } \score { \new PianoStaff << - \context Staff = rh \relative { c'8([ d) \change Staff = lh c,] } - \context Staff = lh { s4. } + \context Staff = rh \relative { c''8([ d) \change Staff = lh c,] r + \stemDown f'8 \change Staff = rh f_( \change Staff = lh f_\marcato f)} + \context Staff = lh { s1 } >> -} \ No newline at end of file +}