On 8/12/2011, at 10:45 am, Dirkjan Ochtman wrote:
> This is an improvement, at least:
>
> \score {
> \new ChoirStaff <<
> \new Staff = women <<
> \new Voice \global
> \new Voice = "S" {\Sa \Sb }
>>>
> \context Lyrics \lyricsto "S" { \womena \womenc }
> \context Lyrics \lyricsto "S"
(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
this
\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 \lyricsto "S" { \womena \womenc }
\context Lyrics \lyricsto
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
On 8/12/2011, at 9:28 am, Dirkjan Ochtman wrote:
> Here's what I've currently got:
>
> \score {
> \new ChoirStaff <<
> \new Staff = women <<
> \new Voice = "S" {
> \voiceOne << \global \repeat volta 2 \Sa \Sb >>
> }
> \new Voice = "A" {
> \voiceTwo << \glob
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