X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffollow-voice-break.ly;h=f028e43ffb611bc7cd83329daed0c401ac9118b2;hb=627f9598585b3ced56e92b6c9aae22ec6c31adfa;hp=4a168aa3ad41b6c12015d3de5536874a73341605;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/follow-voice-break.ly b/input/regression/follow-voice-break.ly index 4a168aa3ad..f028e43ffb 100644 --- a/input/regression/follow-voice-break.ly +++ b/input/regression/follow-voice-break.ly @@ -1,24 +1,26 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.10.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 } +>> + +