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
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
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
> 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
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