X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvoice-follower.ly;h=100327638cb6b81f68e823b454cfb8512f3f6fe0;hb=90fce106774e91373aba8308f39da486064f4cef;hp=993307cb10c079d5c566101c5f54f03d72644c41;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/voice-follower.ly b/input/regression/voice-follower.ly index 993307cb10..100327638c 100644 --- a/input/regression/voice-follower.ly +++ b/input/regression/voice-follower.ly @@ -1,4 +1,4 @@ -\version "2.1.22" +\version "2.19.21" \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 \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 { + c'1 + \change Staff=two + b2 a + } + \new Staff = "two" {\clef bass \skip 1*2 } +>> + +