X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=c06de358c1bf7553dc2a3e319586a82e6bc70bc5;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=426c110720641b04d35e18ae46fe08ae7690f794;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index 426c110720..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= " @@ -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 } +>> + +