Re: Positioning of lyrics

2007-10-09 Thread Morten Lemvigh
OK, now I've isolated the problem When I have two blocks following each other, and the lyrics of the first block extends to the last note of the block, then I get the message: programming error: Moment is not increasing. Aborting interpretation. If I uncomment the last word of the lyrics, ther

Re: Positioning of lyrics

2007-10-09 Thread Morten Lemvigh
Thanks, it makes sence! But when I tried to apply it to the larger piece, i got this: programming error: Moment is not increasing. Aborting interpretation. I have a problem creating a minimal example, where the error occurs. But I will try to make something as minimal as possible. The error occ

Re: Positioning of lyrics

2007-10-09 Thread Mats Bengtsson
Your line \context Lyrics = C \lyricsto tenorVerse \textVerseA happens already from the beginning of the piece, whereas the line \new Lyrics = "C" {s1} which the former line refers to, happens (time-wise) after the intro. The following version of the \score block, works as you would expec