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


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

Reply via email to