X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=100327638cb6b81f68e823b454cfb8512f3f6fe0;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=6c7ce00ecf908026599d0f7d5085560fb33e5098;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index 6c7ce00ecf..100327638c 100644 --- a/input/regression/voice-follower.ly +++ b/input/regression/voice-follower.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\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 { - \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 } +>> + +