X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-change.ly;h=3509e16d48637d14f8d0b8005de56af8b8a418e7;hb=38189e6a227753ee6dca31aac448d97071a8551d;hp=fa124b2dc6e63435a89aee13c6697b2ca051fd3a;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/auto-change.ly b/input/regression/auto-change.ly index fa124b2dc6..3509e16d48 100644 --- a/input/regression/auto-change.ly +++ b/input/regression/auto-change.ly @@ -1,18 +1,18 @@ -\version "2.1.22" +\version "2.4.0" \header { texidoc=" Auto change piano staff switches voices between up and down staves automatically rests are switched along with the coming -note. When central C is reached, we don't switch (by default). +note. When central C is reached, staff is not yet switched (by default). " } - \paper { raggedright= ##t } + \layout { raggedright= ##t } \score { - \notes \context PianoStaff << + \context PianoStaff << \context Staff = "up" { \autochange \context Voice = VA << \relative c' { g4 c e d c r4 a g } >> }