X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-auto-knee.ly;h=85f1fe5d3ccdef8e24e215e32c459cd7e3cfb314;hb=9465a68cc4f01a798a14f4e790d9e01ec4ac72ef;hp=d56936c03fe366af7161290ec405066f1f672f0b;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/beam-cross-staff-auto-knee.ly b/input/regression/beam-cross-staff-auto-knee.ly index d56936c03f..85f1fe5d3c 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.1.28" +\version "2.10.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 { - \notes \context PianoStaff << - \context Staff = "up" \notes\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. + } +>>