X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-new.ly;h=76d2bd77dca207559e86d727f462f52616365646;hb=dcf8c371da140f17f6c5c004502a28c185e6895c;hp=f1b4ded3cfb0bb5674050265c3198ae7cb30e455;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/lyric-combine-new.ly b/input/regression/lyric-combine-new.ly index f1b4ded3cf..76d2bd77dc 100644 --- a/input/regression/lyric-combine-new.ly +++ b/input/regression/lyric-combine-new.ly @@ -1,35 +1,33 @@ -\version "2.3.22" +\version "2.19.21" \header { - - texidoc = "With the @code{\\lyricsto} mechanism, individual lyric - lines can be associated with one melody line. For each lyric line, - can be tuned whether to follow melismata or not." - + texidoc = "With the @code{\\lyricsto} mechanism, individual lyric + lines can be associated with one melody line. Each lyric line +can be tuned to either follow or ignore melismata." } -\score { + << - \context Voice = "bla" \relative c'' { - \autoBeamOff - c2( d4) e8[ c b c] f4 - } - \lyricsto "bla" \new Lyrics { bla ab blob blob } - \lyricsto "bla" \new Lyrics { - bla + \new Voice = "bla" \relative { + \autoBeamOff + c''2( d4) e8[ c b c] f4 + } + \new Lyrics \lyricsto "bla" { bla ab blob blob } + \new Lyrics \lyricsto "bla" { + bla - \set ignoreMelismata = ##t - - blob + \set ignoreMelismata = ##t + + blob - %% note: effect of ignoreMelismata delayed one time step. - \unset ignoreMelismata - blob - - blob - } + %% note: effect of ignoreMelismata delayed one time step. + \unset ignoreMelismata + blob - \lyricsto "bla" \new Lyrics { - nes ted lyrics voice with more words than no tes - } - >> - } + blob + } + + \new Lyrics \lyricsto "bla" { + nes ted lyrics voice with more words than no tes + } +>> +