X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-auto-knee.ly;h=5326f57b7949d0c73376338a281f6c10dae75650;hb=c8c2d260c38de22812e8783e48252b92cd23c880;hp=0f7f7b8349c3b446feb9c38c36133071c05a5883;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/beam-cross-staff-auto-knee.ly b/input/regression/beam-cross-staff-auto-knee.ly index 0f7f7b8349..5326f57b79 100644 --- a/input/regression/beam-cross-staff-auto-knee.ly +++ b/input/regression/beam-cross-staff-auto-knee.ly @@ -1,25 +1,25 @@ -\version "1.7.18" + +\version "2.16.0" \header{ - texidoc="Automatic cross-staff knees also work (here we see them -with explicit staff switches)." + texidoc="Automatic cross-staff knees work also (here they were +produced with explicit staff switches)." - } +} -\score { - \notes \context PianoStaff < - \context Staff = "up" \notes\relative c''{ - [ b8 \translator Staff="down" d,, ] - [ c \translator Staff="up" c'' ] - [ b, \translator Staff="down" d^"no knee" ] - } - \context Staff = "down" { - \clef bass - s2. - } - > - \paper{ - raggedright = ##t - } +\layout{ + ragged-right = ##t } + +\context PianoStaff << + \new Staff = "up" \relative c''{ + b8[ \change Staff="down" d,, ] + c[ \change Staff="up" c'' ] + b,[ \change Staff="down" d^"no knee" ] + } + \new Staff = "down" { + \clef bass + s2. + } +>>