X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=0f979840da14b9296e547077acea0df284d506c3;hb=8508ea37a36b61030fd17b4ec86259f235872f39;hp=46fa21f2bbd8b8d467587b3b3b45f4e33b459969;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index 46fa21f2bb..0f979840da 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,33 +1,38 @@ -\version "2.7.13" +\version "2.19.2" \header { texidoc ="Polyphonic rhythms and rests do not disturb -@code{\lyricsto}." +@code{\\lyricsto}." } -\layout { raggedright = ##t} +\layout { ragged-right = ##t} { - \clef violin - \time 8/8 - \key des \major - << - \lyricsto "one" \new Lyrics { - Do mi nus ex - } - \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" \new Lyrics { - Do na - } + \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 + } + >> + } >> }