X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffollow-voice-break.ly;h=8ba853a129832030aceebe8fd429424dfda1f7d2;hb=d02446a61d3eabfde67ed48928ae07766c97750f;hp=35ea1e8bcdcb156c9727ebdf6b9e38c5869b1662;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/follow-voice-break.ly b/input/regression/follow-voice-break.ly index 35ea1e8bcd..8ba853a129 100644 --- a/input/regression/follow-voice-break.ly +++ b/input/regression/follow-voice-break.ly @@ -1,7 +1,7 @@ -\version "2.3.17" +\version "2.7.32" \header{ - texidoc = " + texidoc = " The line-spanners connects to the Y position of the note on the next line. When put across line breaks, only the part before the line break is printed. @@ -9,17 +9,18 @@ printed. } -\score{ - \context PianoStaff << - \set PianoStaff.followVoice = ##t - \context Staff=one \relative c''{ - a1 \break - \change Staff=two - a, - } - \context Staff=two { \clef bass \skip 1*2 } - >> - \paper{ - raggedright = ##t - } -} +\layout{ ragged-right = ##t } + + + +\context PianoStaff << + \set PianoStaff.followVoice = ##t + \context Staff = "one" \relative c''{ + a1 \break + \change Staff=two + a, + } + \context Staff = "two" { \clef bass \skip 1*2 } +>> + +