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


From: codesite-noreply
Subject: Issue 702 in lilypond: "Moment is not increasing" error when two Lyrics do not start at the same time
Date: Wed, 29 Oct 2008 02:06:38 -0700

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




reply via email to

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