X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-new.ly;h=36f814d485bdd7f9317a1a055993722ccb89bf6d;hb=7653e2f45f427ecb67ad8231bd5e24afb8d204e4;hp=069a8d07fc263eefabc882eaf045886c7aec63cb;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/lyric-combine-new.ly b/input/regression/lyric-combine-new.ly index 069a8d07fc..36f814d485 100644 --- a/input/regression/lyric-combine-new.ly +++ b/input/regression/lyric-combine-new.ly @@ -1,35 +1,35 @@ -\version "2.3.4" +\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 { + << - \context Voice = "bla" \relative c'' { - \autoBeamOff - c2( d4) e8[ c b c] f4 - } - \lyricsto "bla" \new Lyrics \lyrics { bla ab blob blob } - \lyricsto "bla" \new Lyrics \lyrics { - bla + \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 - \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 \lyrics { - nes ted lyrics voice with more words than no tes - } - >> - } + blob + } + + \lyricsto "bla" \new Lyrics { + nes ted lyrics voice with more words than no tes + } +>> +