Re: repeats with 3rd stanza following

2010-01-20 Thread James Bailey
Yeah, it takes a bit of getting used to, I don't understand it fully, but anything between {} happens sequentially, anything between <<>> happens simultaneously. It makes sense on paper, but practical applications are a bit trickier. For these kinds of things, I usually just define a new vo

Re: repeats with 3rd stanza following

2010-01-20 Thread James Bailey
Yeah, it takes a bit of getting used to, I don't understand it fully, but anything between {} happens sequentially, anything between <<>> happens simultaneously. It makes sense on paper, but practical applications are a bit trickier. For these kinds of things, I usually just define a new vo

Re: repeats with 3rd stanza following

2010-01-19 Thread James Bailey
Why the extra staff? I would just do: \context Staff { \new Voice = bassNotesAB \bassNotesAB \new Voice \new Voice = bassNotesC \bassNotesC } \context Lyrics \lyricsto bassNotesAB \bassLyricsAB \context Lyrics \lyricsto bassNotesC \bassNotesC On 19.01.2010, at 07:33, John Kelly wrote: That's

Re: repeats with 3rd stanza following -- solution

2010-01-18 Thread John Kelly
> On 18.01.2010, at 21:55, John Kelly wrote: > > > I'm trying to set a single vocal part. It has three stanzas with a > > refrainI want the layout like this: > > > > |: notes for stanzas 1 & 2 :| notes for stanza 3 || > > |: words for stanzas 1 & 2 :| words for stanza 3 || > > One solution

Re: repeats with 3rd stanza following

2010-01-18 Thread James Bailey
stanzaoneandtwo = { music } stanzatree = {music } stanzaonandtwolyrics = {lyrics} stanzathree = {lyrics} Does that help? On 18.01.2010, at 21:55, John Kelly wrote: I'm trying to set a single vocal part. It has three stanzas with a refrain. The music for the thirds stanza is slightly different