X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffollow-voice-break.ly;h=45cc987c7bb95589050ac531a5559e87680c4edf;hb=dc1fe7750079c4c7c4042bd570884ea04ba94801;hp=9ec1c91bcc96ab0729848aad91faa67c294ba32d;hpb=b9955d706ca6f136b160f0611db85c6bdf0fea9b;p=lilypond.git diff --git a/input/regression/follow-voice-break.ly b/input/regression/follow-voice-break.ly index 9ec1c91bcc..45cc987c7b 100644 --- a/input/regression/follow-voice-break.ly +++ b/input/regression/follow-voice-break.ly @@ -1,23 +1,26 @@ -\version "1.7.18" + +\version "2.14.0" \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. The line-spanners connects to the Y position of the note on the next line. +printed. " } -\score{ - \context PianoStaff < - \property PianoStaff.followVoice = ##t - \context Staff=one \notes\relative c''{ - a1 \break - \translator Staff=two - a, - } - \context Staff=two { \clef bass \skip 1*2 } - > - \paper{ - raggedright = ##t - } -} +\layout{ ragged-right = ##t } + + + +\context PianoStaff << + \set PianoStaff.followVoice = ##t + \new Staff = "one" \relative c''{ + a1 \break + \change Staff=two + a, + } + \new Staff = "two" { \clef bass \skip 1*2 } +>> + +