X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=cf6db89a20a1128f6e810207b25445f4babd4f55;hb=407be6aca707178dc8dcae673803b16916f59d50;hp=e39e75322d58343ffb199d527911d0ec003f6486;hpb=ea8506894a420e3393858a3ee284ab6b2f12c6d6;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index e39e75322d..cf6db89a20 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,41 +1,40 @@ -\version "1.7.18" +\version "2.11.51" \header { -texidoc ="polyphonic rhythms and rests don't disturb -@code{\addlyrics}." + texidoc ="Polyphonic rhythms and rests do not disturb +@code{\lyricsto}." } -\score { - \notes { - \clef violin - \time 8/8 - \key des \major - < \context Voice = one { - \voiceOne - \addlyrics - \notes { - bes'4 bes'4 - bes'4 bes'4 - } - \context Lyrics \lyrics - { - Do __ mi __ nus ex - } - } - \context Voice = two { - \voiceTwo - \addlyrics - \notes { - ees'8 r8 r8 r8 ees' r8 r8 r8 - } - \context Lyrics \lyrics - { - Do __ na - } - } - > - } - \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 + } + >> + } + >> } -%% new-chords-done %% + + +