X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=100327638cb6b81f68e823b454cfb8512f3f6fe0;hb=721cbad0a8fa77d545bde7237dfc9aff3e5c6e2c;hp=a5f2b231be8e4600f8d6e59c20765f9b6e1a371f;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index a5f2b231be..100327638c 100644 --- a/input/regression/voice-follower.ly +++ b/input/regression/voice-follower.ly @@ -1,4 +1,4 @@ -\version "2.2.0" +\version "2.19.21" \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 +\context PianoStaff << + \set PianoStaff.followVoice = ##t + \new Staff = "one" \context Voice { + c'1 + \change Staff=two + b2 a + } + \new Staff = "two" {\clef bass \skip 1*2 } +>> + +