bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 333 in lilypond: Lyrics delayed by one note


From: lilypond
Subject: Re: Issue 333 in lilypond: Lyrics delayed by one note
Date: Sun, 04 Sep 2011 09:50:56 +0000

Updates:
        Summary: Lyrics delayed by one note

Comment #5 on issue 333 by address@hidden: Lyrics delayed by one note
http://code.google.com/p/lilypond/issues/detail?id=333

A further similar example from Jay Anderson. In this case, commenting out the set stanza line makes the problem go away, as does moving it inside the first section.

words = \lyricmode
{
  \set stanza = "1."
  <<
    { a b c d }
    \new Lyrics \lyricsto "melody"
    { a b c d }
  >>
}

tune = \relative c' { c c c c }

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



Attachments:
        DelayLyric.png  2.2 KB




reply via email to

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