X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=463d20fa17a455efd5965bdb8bad044bfd704fe5;hb=0627e706a45f756fd0e87ef9a375ca339c951255;hp=d88bf989cfd82114236072ca19102042546048af;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index d88bf989cf..463d20fa17 100644 --- a/input/regression/voice-follower.ly +++ b/input/regression/voice-follower.ly @@ -1,4 +1,4 @@ -\version "2.1.30" +\version "2.14.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 { - \notes \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 } - >> - \paper{ - 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 } +>> + +