X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=c06de358c1bf7553dc2a3e319586a82e6bc70bc5;hb=52ddc3c8279a2f91d7e482aa69dd14e3593e1e98;hp=c06c43b8838074ddf89c58420fa1c6c377447f0d;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index c06c43b883..c06de358c1 100644 --- a/input/regression/voice-follower.ly +++ b/input/regression/voice-follower.ly @@ -1,4 +1,4 @@ -\version "2.4.0" +\version "2.12.0" \header { texidoc= " @@ -7,19 +7,21 @@ Whenever a voice switches to another staff a line connecting the notes can be printed automatically. This is enabled if the property @code{followVoice} is set to true. " - } -\score { - \relative c' - \context PianoStaff << - \set PianoStaff.followVoice = ##t - \context Staff = "one" \context Voice { - c1 - \change Staff=two - b2 a - } - \context Staff = "two" {\clef bass \skip 1*2 } - >> - \layout{ - raggedright = ##t - } } + +\layout{ + ragged-right = ##t +} + +\relative c' +\context PianoStaff << + \set PianoStaff.followVoice = ##t + \new Staff = "one" \context Voice { + c1 + \change Staff=two + b2 a + } + \new Staff = "two" {\clef bass \skip 1*2 } +>> + +