\version "2.14.2"

words = \lyricmode
{
  %Uncomment this to delay alignment of new lyrics by one note.
  %\set stanza = "1."
  <<
    { a b c d }
    \new Lyrics \lyricsto "melody"
    { a b c d }
  >>
}

melody = \relative c' { c c c c }

\score
{
  <<
    \new Staff \new Voice=melody \melody
    \new Lyrics \lyricsto melody \words
  >>
}

Is this the same as bug 333?
(http://code.google.com/p/lilypond/issues/detail?id=333)
I think it probably is since I just discovered that same workaround of
moving the \set stanza = "1." inside the first section corrects the
issue. Anyway I'll send this anyway in case some else is searching for
a workaround to the same issue.

Thanks!

-----Jay

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to