X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-change.ly;h=42bb9f1440cebdd23d802afeb6626d868bae49d1;hb=d624f4dd03ff018529f5e285407100dd828b0e1c;hp=231ddc07859ffa6d20b7ee4e94c1b54efb05c8f6;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/auto-change.ly b/input/regression/auto-change.ly index 231ddc0785..42bb9f1440 100644 --- a/input/regression/auto-change.ly +++ b/input/regression/auto-change.ly @@ -1,5 +1,5 @@ -\version "2.3.22" +\version "2.10.0" \header { @@ -9,19 +9,16 @@ note. When central C is reached, staff is not yet switched (by default). " } - \layout { raggedright= ##t } +\layout { ragged-right= ##t } -\score { - \context PianoStaff << - \context Staff = "up" { - \autochange \context Voice = VA << \relative c' { g4 c e d c r4 a g } >> - } - \context Staff = "down" { - \clef bass - s1*2 - } +\context PianoStaff << + \context Staff = "up" { + \autochange \new Voice << \relative c' { g4 c e d c r4 a g } >> + } + \context Staff = "down" { + \clef bass + s1*2 + } - >> - -} +>>