lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wiring up a complex song


From: Matthew Collett
Subject: Re: Wiring up a complex song
Date: Thu, 8 Dec 2011 09:48:38 +1300

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 << \global \A >>
>       }
>     >>
>     \context Lyrics \lyricsto sstart \womena
>     \context Lyrics \lyricsto sstart \womenb

Try:
    \new Lyrics \lyricsto "S" { \womena \womenc }
    \new Lyrics \lyricsto "S" { \womenb }

>     \new Staff = men <<
>       \clef bass
>       \new Voice = "B" {
>         \new Voice = "B" {
>           << \global \B >>
>         }
>       }
>     >>
>   >>
> }
> 
> This has gotten somewhat muddled as I tried a few things, but I think the 
> gist of it should be clear? Here \Sa and \Sb are the first (to be repeated) 
> and second part of the melody, for the sopranos, as named \relative c'' {} 
> sections. \womena, \womenb, \womenc are \lyricsmode {} sections, where 
> \womena and \womenb should share the same melody (i.e. the repeat) and 
> \womenc should be set to the second part.

Assuming the variables with the notes and words are correctly defined, I think 
the only change needed is to the \lyricsto expressions, as indicated.

Best wishes,
Matthew





reply via email to

[Prev in Thread] Current Thread [Next in Thread]