Thank you Remy and Valentin for your replies 🙂

Unfortunately i still can't figure this out.
I tried separating each stanza into different variables, like so:


altoWordsOne = \lyricmode {
\set stanza = "1. "
% first verse and chorus
}
altoWordsTwo = \lyricmode {
\set stanza = "2. "
% second verse
}
altoWordsThree = \lyricmode {
\set stanza = "3."
% third verse
}

...and then squeezing it in here, like so:

    \new Lyrics = "bass"
    \context Lyrics = "tenor" \lyricsto "tenor" \sopWords
    \context Lyrics = "lead" \lyricsto "lead" \altoWordsOne
    \context Lyrics = "lead" \lyricsto "lead" \altoWordsTwo
    \context Lyrics = "lead" \lyricsto "lead" \altoWordsThree
    \context Lyrics = "baritone" \lyricsto "baritone" \tenorWords
    \context Lyrics = "bass" \lyricsto "bass" \bassWords

However, this still lead to an error message, something about a conflict or 
rejection of an event. What is going on now?

Thanks,
Stéphane

Reply via email to