bug-lilypond
[Top][All Lists]
Advanced

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

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


From: lilypond
Subject: Re: Issue 702 in lilypond: "Moment is not increasing" error when combining Lyrics in a sequential way
Date: Thu, 10 Mar 2011 20:41:59 +0000


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

Workaround: instead of \addlyrics, use \lyricsto outside of the Voice. I had a verse/chorus form, with structure v1, v2, chorus, v3, v4, chorus, v5: I had the same issue as you trying to push the lyrics into the << >> setting; what worked was

\new Voice {
  \new Voice = "verseOneAndTwo" { \verse }
  \new Voice = "chorusOne" { \chorus }
  ...
}
\new Lyrics \lyricsto "verseOneAndTwo { \verseOneLyrics }
\new Lyrics \lyricsto "verseOneAndTwo { \verseTwoLyrics }
\new Lyrics \lyricsto "chorusOne" { \chorusLyrics }
...







reply via email to

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