X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=0f979840da14b9296e547077acea0df284d506c3;hb=74daefdc62920b729061cb8711b63890de1f0c17;hp=666df36bc677f4a39f796e3ba4d48ffd0355ba21;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index 666df36bc6..0f979840da 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,35 +1,40 @@ -\version "2.1.28" +\version "2.19.2" \header { -texidoc ="Polyphonic rhythms and rests do not disturb -@code{\lyricsto}." + 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 Lyrics { - Do na - } - \lyrics \lyricsto "one" \new Lyrics - { - 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 + } + \context Lyrics = sop \lyricsto "one" { + Do mi nus ex + } + \new Voice = "two" { + \voiceTwo + ees'8 r8 r8 r8 ees' r8 r8 r8 + } + \new Lyrics \lyricsto "two" { + Do na + } + >> + } + >> } + +