lilypond-user
[Top][All Lists]
Advanced

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

2nd stanza lyrics cont.


From: Stephane Krims
Subject: 2nd stanza lyrics cont.
Date: Wed, 21 Apr 2021 17:49:42 +0000

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

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