X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-change.ly;h=9b294e03820c9f4e740523e31ebe767df9913818;hb=6d910958ea621e4ab878a118bd77e61ae210a6ef;hp=4fb704660359760a52b241872dfdcfaf1e56bb81;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/auto-change.ly b/input/regression/auto-change.ly index 4fb7046603..9b294e0382 100644 --- a/input/regression/auto-change.ly +++ b/input/regression/auto-change.ly @@ -1,27 +1,24 @@ -\version "2.3.16" +\version "2.11.51" \header { texidoc=" Auto change piano staff switches voices between up -and down staves automatically rests are switched along with the coming +and down staves automatically; rests are switched along with the coming 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 + } - >> - -} +>>