X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-change.ly;h=8cbaa3db20fcaed8dc203f00e52dd7d11ff201c6;hb=5c771783a27413b6e496512b3d8f939f01f8f1e8;hp=2475209fad2db53fc6751a29aecb5f01d34d92e5;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/auto-change.ly b/input/regression/auto-change.ly index 2475209fad..8cbaa3db20 100644 --- a/input/regression/auto-change.ly +++ b/input/regression/auto-change.ly @@ -1,27 +1,24 @@ -\version "2.3.17" +\version "2.12.0" \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 + } - >> - -} +>>