bug-lilypond
[Top][All Lists]
Advanced

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

Issue 702 in lilypond: "Moment is not increasing" error when combining


From: codesite-noreply
Subject: Issue 702 in lilypond: "Moment is not increasing" error when combining Lyrics in a sequential way
Date: Fri, 21 Nov 2008 18:52:45 +0000


Comment #2 on issue 702 by GatesDA: "Moment is not increasing" error when combining Lyrics in a sequential way
http://code.google.com/p/lilypond/issues/detail?id=702

Here's a stripped down version that gives the same error:

\version "2.11.64"
\new Voice {
  { a1 } \addlyrics { Bug }
  << b c >>
}


If you remove the note length, it compiles without warnings, but only the first note
shows up.  I assume this is another manifestation of the same problem.

\version "2.11.64"
\new Voice {
  { a } \addlyrics { Bug }
  << b c >>
}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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