Issue 702: "Moment is not increasing" error when two Lyrics do not start at the same time
http://code.google.com/p/lilypond/issues/detail?id=702

New issue report by v.villenave:
% This seems to be a limitation with LilyPond syntax, though
% it's not easy to describe.

% In the following example, the second vocal part should start
% one measure after the other. If you comment the first \new Lyrics
% line, it works; otherwise a "Moment is not increasing" error is issued,
% and the second staff is not printed correctly.

\version "2.11.63"

var = {
 <<
   \new Staff { \new Voice = "a" \relative c'' { a1 } }
   \new Lyrics { \lyricsto "a" \lyricmode { Doo } }
 >>
 <<
   \new Staff { \new Voice = "c" \relative c' { c1 } }
   \new Lyrics { \lyricsto "c" \lyricmode { dah } }
 >>
}

\score {
 \var
}

Attachments:
        bad_lyrics.png  2.1 KB


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Medium

--
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