X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-new.ly;h=3d6a3c0810c17f239bb7a2753e824d4522950454;hb=ce6e56a8510206bff0d329bb79b9c0211999636f;hp=928f6c7a12203ff65c757b8475b3916af03bd1a3;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/lyric-combine-new.ly b/input/regression/lyric-combine-new.ly index 928f6c7a12..3d6a3c0810 100644 --- a/input/regression/lyric-combine-new.ly +++ b/input/regression/lyric-combine-new.ly @@ -1,33 +1,35 @@ -\version "2.1.26" +\version "2.7.39" \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 + } +>> +