X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffollow-voice-break.ly;h=5c7b10a01726d5b6ac1712c021e8885294e0f004;hb=9d417231ba0363d6b624cccb72d713748ad18271;hp=8ba853a129832030aceebe8fd429424dfda1f7d2;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/follow-voice-break.ly b/input/regression/follow-voice-break.ly index 8ba853a129..5c7b10a017 100644 --- a/input/regression/follow-voice-break.ly +++ b/input/regression/follow-voice-break.ly @@ -1,5 +1,5 @@ -\version "2.7.32" +\version "2.12.0" \header{ texidoc = " The line-spanners connects to the Y position of the note on the next line. @@ -15,12 +15,12 @@ printed. \context PianoStaff << \set PianoStaff.followVoice = ##t - \context Staff = "one" \relative c''{ + \new Staff = "one" \relative c''{ a1 \break \change Staff=two a, } - \context Staff = "two" { \clef bass \skip 1*2 } + \new Staff = "two" { \clef bass \skip 1*2 } >>