X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-cross-staff-auto-knee.ly;h=aaa8ed933a4057f4ccccebf6dfdf59a9b6300e72;hb=97b34b56e2cf3f8465f651717b5e0f6ea10d7543;hp=c05e7598a3f2aefff3f546f35423ba6c25ec011b;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/beam-cross-staff-auto-knee.ly b/input/regression/beam-cross-staff-auto-knee.ly index c05e7598a3..aaa8ed933a 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.4" +\version "2.14.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. + } +>>