(adding back the list...)
On Wed, Dec 7, 2011 at 23:05, Matthew Collett wrote:
> Use '\new Lyrics' instead of '\context Lyrics', or give them distinct names
> (e.g. '\context Lyrics = "line1"', '\context Lyrics = "line2"'). As it is
> your second set of Lyrics is trying to overwrite the first
On Wed, Dec 7, 2011 at 22:19, jakob lund wrote:
> \voiceOne << \global \Sa \Sb >> means that those three parts overlap,
> as you say...
>
> I'm guessing what you want is
>
> \new Staff = women <<
> \new Voice \global
> \new Voice = "S" {\Sa \Sb }
> }
> >>
> \context Lyrics \lyri
On Wed, Dec 7, 2011 at 21:48, Matthew Collett wrote:
> Try:
> \new Lyrics \lyricsto "S" { \womena \womenc }
> \new Lyrics \lyricsto "S" { \womenb }
>
> Assuming the variables with the notes and words are correctly defined, I
> think the only change needed is to the \lyricsto expressions, as
Hi there,
For my wedding (in three days), I decided to try and typeset all the songs
for the service in Lilypond, so that everything is in style. Unfortunately,
this one song is rather more complex and the others, and I'm failing to
come up with the right incantations to make Lilypond do what I wa