X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=eced3eae5ecade2648ed92228017b08068e5b0e8;hb=95795b10a644627068df3f1ca668e6ddb3007a30;hp=fe679bbec689d11e16042c27fd53572cc0473a8e;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index fe679bbec6..eced3eae5e 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,34 +1,40 @@ -\version "2.4.0" +\version "2.14.0" \header { -texidoc ="Polyphonic rhythms and rests do not disturb -@code{\lyricsto}." + texidoc ="Polyphonic rhythms and rests do not disturb +@code{\\lyricsto}." } -\score { - { - \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 - } - >> - } - \layout { 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 + } + >> + } + >> } + +