X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-auto-knee.ly;h=5326f57b7949d0c73376338a281f6c10dae75650;hb=b78bb86787d1dd746d9dc16d1fe1ec6ba0d685eb;hp=4191790eaed79cbf888d47a0538090e251e7a5da;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/beam-cross-staff-auto-knee.ly b/input/regression/beam-cross-staff-auto-knee.ly index 4191790eae..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.3.17" +\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. - } - >> - \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. + } +>>