X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Flyric-combine-new.ly;h=76d2bd77dca207559e86d727f462f52616365646;hb=8659a99f233f5c4684292728e7ad4206669b35b0;hp=35824868cc6b99ae83795936199df2c3126c776c;hpb=38d7d319eabc906e82fb42002678c6d42a23b6f7;p=lilypond.git diff --git a/input/regression/lyric-combine-new.ly b/input/regression/lyric-combine-new.ly index 35824868cc..76d2bd77dc 100644 --- a/input/regression/lyric-combine-new.ly +++ b/input/regression/lyric-combine-new.ly @@ -1,4 +1,4 @@ -\version "2.12.0" +\version "2.19.21" \header { texidoc = "With the @code{\\lyricsto} mechanism, individual lyric lines can be associated with one melody line. Each lyric line @@ -7,12 +7,12 @@ can be tuned to either follow or ignore melismata." << - \new Voice = "bla" \relative c'' { + \new Voice = "bla" \relative { \autoBeamOff - c2( d4) e8[ c b c] f4 + c''2( d4) e8[ c b c] f4 } - \lyricsto "bla" \new Lyrics { bla ab blob blob } - \lyricsto "bla" \new Lyrics { + \new Lyrics \lyricsto "bla" { bla ab blob blob } + \new Lyrics \lyricsto "bla" { bla \set ignoreMelismata = ##t @@ -26,7 +26,7 @@ can be tuned to either follow or ignore melismata." blob } - \lyricsto "bla" \new Lyrics { + \new Lyrics \lyricsto "bla" { nes ted lyrics voice with more words than no tes } >>