X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=463d20fa17a455efd5965bdb8bad044bfd704fe5;hb=6f955cc6d9ed4314f229e780b77b3b7a24d726c2;hp=888ebbb3b1a7cbf9c7e17e91741a91dafcf3e5d4;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index 888ebbb3b1..463d20fa17 100644 --- a/input/regression/voice-follower.ly +++ b/input/regression/voice-follower.ly @@ -1,4 +1,4 @@ -\version "2.1.26" +\version "2.14.0" \header { texidoc= " @@ -8,16 +8,20 @@ can be printed automatically. This is enabled if the property @code{followVoice} is set to true. " } -\score { -\notes \relative c' + +\layout{ + ragged-right = ##t +} + +\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{ -linewidth =-1. -}} + \set PianoStaff.followVoice = ##t + \new Staff = "one" \context Voice { + c1 + \change Staff=two + b2 a + } + \new Staff = "two" {\clef bass \skip 1*2 } +>> + +