X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=c06de358c1bf7553dc2a3e319586a82e6bc70bc5;hb=f1192108093a6a94583e641c3f8f494d21f35003;hp=546fba0adcab9ddc7eefc1ff2b41ecc97f535004;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index 546fba0adc..c06de358c1 100644 --- a/input/regression/voice-follower.ly +++ b/input/regression/voice-follower.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.12.0" \header { texidoc= " @@ -10,18 +10,18 @@ can be printed automatically. This is enabled if the property } \layout{ - raggedright = ##t + ragged-right = ##t } \relative c' \context PianoStaff << \set PianoStaff.followVoice = ##t - \context Staff = "one" \context Voice { + \new Staff = "one" \context Voice { c1 \change Staff=two b2 a } - \context Staff = "two" {\clef bass \skip 1*2 } + \new Staff = "two" {\clef bass \skip 1*2 } >>