Re: 2nd stanza lyrics cont

2021-04-22 Thread Valentin Petzel
Hello Stephane, You need to use \new Lyrics to create a new Lyrics context, not \context Lyrics. So basically put a \new everywhere where you put a \context. Basically \new creates a new Context, while \context is used in \layout Blocks to specify a Context as a sort of namespace, so instead o

Re: 2nd stanza lyrics cont.

2021-04-21 Thread Aaron Hill
On 2021-04-21 10:49 am, Stephane Krims wrote: 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 =

Re: 2nd stanza lyrics cont.

2021-04-21 Thread Trevor
Hi Stéphane You might find it easier to use one of the built-in templates - see appendix A1 of the Learning Manual, https://lilypond.org/doc/v2.22/Documentation/learning/satb-template These templates avoid the complications of setting up the score structure altogether for most forms of voca