"Jay Anderson" <[email protected]> wrote in message news:cakwqkfa7sdcae2fgtp1hyhlp8c7e+kabe8h7-+x5zxmivqp...@mail.gmail.com...
\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

I've updated Issue 333.

--
Phil Holmes
Bug Squad



_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to