X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-new.ly;h=36f814d485bdd7f9317a1a055993722ccb89bf6d;hb=169a91c8514e3dcea29d1aa01653a684fb60457d;hp=087da25eaa303d089725d84639a2cb6ef428398b;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/lyric-combine-new.ly b/input/regression/lyric-combine-new.ly index 087da25eaa..36f814d485 100644 --- a/input/regression/lyric-combine-new.ly +++ b/input/regression/lyric-combine-new.ly @@ -1,33 +1,35 @@ -\version "2.1.30" +\version "2.10.0" \header { - texidoc = "With the @code{\\lyricsto} mechanism, individual lyric + 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." - + } -\score { -<< - \notes \context Voice = "bla" \relative c'' { - \autoBeamOff - c2( d4) e8[ c b c] f4 - } - \lyricsto "bla" \lyrics \new Lyrics { bla ab blob blob } - \lyricsto "bla" \lyrics \new Lyrics { - bla - \set ignoreMelismata = ##t - - blob +<< + \new 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 - %% note: effect of ignoreMelismata delayed one time step. - \unset ignoreMelismata - blob - - blob - } + \set ignoreMelismata = ##t - \lyricsto "bla" \lyrics \new Lyrics { nes ted lyrics voice with more words than no tes } >> + blob - } + %% note: effect of ignoreMelismata delayed one time step. + \unset ignoreMelismata + blob + + blob + } + + \lyricsto "bla" \new Lyrics { + nes ted lyrics voice with more words than no tes + } +>> +