X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-change.ly;h=42bb9f1440cebdd23d802afeb6626d868bae49d1;hb=e4b3aa8d0afa689a3a95e1c730cb3d2213418270;hp=2475209fad2db53fc6751a29aecb5f01d34d92e5;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/auto-change.ly b/input/regression/auto-change.ly index 2475209fad..42bb9f1440 100644 --- a/input/regression/auto-change.ly +++ b/input/regression/auto-change.ly @@ -1,5 +1,5 @@ -\version "2.3.17" +\version "2.10.0" \header { @@ -9,19 +9,16 @@ note. When central C is reached, staff is not yet switched (by default). " } - \paper { 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 + } - >> - -} +>>