X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=16285dd6cffa6acce21d423995e5c163170b5c43;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=f8a0aacac676e7e5ad448b36b40ac8cd7a49696f;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index f8a0aacac6..16285dd6cf 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,41 +1,40 @@ -\version "1.9.2" +\version "2.16.0" \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 + } + >> + } + >> } + +