X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=8151b58b7941541b7d4960b3330f1f5b9a8cf43d;hb=99090207257309e033d2a7db19d7899049d8656e;hp=c495f9cc8afb670b895cd168e94bef0819ac40c2;hpb=1c73ec3c7960794484e1c6c335a2421ded1db87a;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index c495f9cc8a..8151b58b79 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,35 +1,40 @@ -\version "2.1.10" +\version "2.10.0" \header { -texidoc ="Polyphonic rhythms and rests don't disturb + texidoc ="Polyphonic rhythms and rests do not disturb @code{\lyricsto}." } -\score { - \notes { - \clef violin - \time 8/8 - \key des \major - << - \context Voice = one { - \voiceOne - bes'4 bes'4 - bes'4 bes'4 - } - \context Voice = two { - \voiceTwo - ees'8 r8 r8 r8 ees' r8 r8 r8 - } - \lyricsto "two" \lyrics \new LyricsVoice { - Do na - } - \lyrics \lyricsto "one" \new LyricsVoice - { - Do mi nus ex - } - >> - } - \paper { raggedright = ##t} +\layout { ragged-right = ##t} + +{ + \new ChoirStaff << + \context Lyrics = sop { s1 } + \new Staff { + \clef violin + \time 8/8 + \key des \major + << + \new Voice = "one" { + \voiceOne + bes'4 bes'4 + bes'4 bes'4 + } + \lyricsto "one" \context Lyrics = sop { + Do mi nus ex + } + \new Voice = "two" { + \voiceTwo + ees'8 r8 r8 r8 ees' r8 r8 r8 + } + \lyricsto "two" \new Lyrics { + Do na + } + >> + } + >> } + +