X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffollow-voice-break.ly;h=ffacdbc6faeca05221c1a26e655048305dd6b5eb;hb=8ef5f99e63cc9e52c7c0071cde4d99e057d10329;hp=4e03fe69e1461356b57c5fa1dcb874d913959e47;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/regression/follow-voice-break.ly b/input/regression/follow-voice-break.ly index 4e03fe69e1..ffacdbc6fa 100644 --- a/input/regression/follow-voice-break.ly +++ b/input/regression/follow-voice-break.ly @@ -1,24 +1,26 @@ -\version "2.1.22" +\version "2.16.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 << - \set PianoStaff.followVoice = ##t - \context Staff=one \notes\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 + \new Staff = "one" \relative c''{ + a1 \break + \change Staff=two + a, + } + \new Staff = "two" { \clef bass \skip 1*2 } +>> + +