On Friday 09 January 2004 22.12, Carl Youngblood wrote:
> I'm doing a choral piece that has the same lyrics for all parts for
> almost all of it, except for a few measures where there is a split.
> What is the best way to put lyrics on the notes that are split? Is
> there an easier way than putting in a new lyric section with a whole
> bunch of rests?
>
> Thanks,
> Carl Youngblood
Hm... Take a look at this for ideas. Something like this is probably the most
logical solution, though it would certainly be a lot _easier_ to do it with
lots of rests instead.
\score {
{
\addlyrics
\context Staff = X \context Voice = A \notes {c c c c}
\context LyricsVoice = A \lyrics {x x x x }
<<
\context Staff = X \notes { s8 }
\context LyricsVoice = A \lyrics { "" }
\context LyricsVoice = B \lyrics { "" }
\addlyrics
\context Staff = X \context Voice = A \notes { c4 c2 c4}
\context Lyrics \context LyricsVoice = A \lyrics { y y y }
\addlyrics
\context Staff = X\context Voice = B \notes { b2 b2 }
\context LyricsVoice = B \lyrics { z z }
>>
\addlyrics
\context Staff = X \context Voice = A \notes {d d d d}
\context LyricsVoice = A \lyrics { w w w w }
}
\paper{}
}
Erik
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user