bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics alignment to notes


From: Phil Holmes
Subject: Re: Lyrics alignment to notes
Date: Sun, 4 Sep 2011 10:51:12 +0100

"Jay Anderson" <address@hidden> wrote in message news:address@hidden
\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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]