X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=eced3eae5ecade2648ed92228017b08068e5b0e8;hb=6f4918cf29edf603cc5da0775cea3d9697cff4ee;hp=42dcf6396da637daea72bed0dcd9d778a95c37d7;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index 42dcf6396d..eced3eae5e 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,33 +1,38 @@ -\version "2.6.0" +\version "2.14.0" \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 + } + \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 + } + >> + } >> }