X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-polyphonic.ly;h=e078a3e4b8e3124d7a53f0c6c110b8b8fc8a8e79;hb=052eddb409fd6b556fbf2bcd37c9ab07f226a154;hp=8e0ce108ac6fec377e844a8935a2351577057592;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/lyric-combine-polyphonic.ly b/input/regression/lyric-combine-polyphonic.ly index 8e0ce108ac..e078a3e4b8 100644 --- a/input/regression/lyric-combine-polyphonic.ly +++ b/input/regression/lyric-combine-polyphonic.ly @@ -1,34 +1,35 @@ -\version "2.3.16" +\version "2.7.32" \header { -texidoc ="Polyphonic rhythms and rests do not disturb + 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 { ragged-right = ##t} + +{ + \clef violin + \time 8/8 + \key des \major + << + \lyricsto "one" \new Lyrics { + Do mi nus ex + } + \new Voice = "one" { + \voiceOne + bes'4 bes'4 + bes'4 bes'4 + } + \new Voice = "two" { + \voiceTwo + ees'8 r8 r8 r8 ees' r8 r8 r8 } - \paper { raggedright = ##t} + \lyricsto "two" \new Lyrics { + Do na + } + >> } + +