X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-auto-knee.ly;h=5326f57b7949d0c73376338a281f6c10dae75650;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=f480a6606332d5ddaf618afa0c85412c1549dc86;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/beam-cross-staff-auto-knee.ly b/input/regression/beam-cross-staff-auto-knee.ly index f480a66063..5326f57b79 100644 --- a/input/regression/beam-cross-staff-auto-knee.ly +++ b/input/regression/beam-cross-staff-auto-knee.ly @@ -1,26 +1,25 @@ -\version "2.4.0" +\version "2.16.0" \header{ - texidoc="Automatic cross-staff knees work also (here they were + texidoc="Automatic cross-staff knees work also (here they were produced with explicit staff switches)." - } +} -\score { - \context PianoStaff << - \context Staff = "up" \relative c''{ - b8[ \change Staff="down" d,, ] - c[ \change Staff="up" c'' ] - b,[ \change Staff="down" d^"no knee" ] - } - \context Staff = "down" { - \clef bass - s2. - } - >> - \layout{ - 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. + } +>>