Den 01-Jan-02 skrev Russell Smiley:
RS> I have two sets of lyrics - the main verse, and a
RS> harmony/descant. Each of the lyrics have different notes associated
RS> with them. I want to put the staffs in and have the lyrics correctly
RS> associated with each staff.
I am not sure I understand.
Can't you just do (not tested - I'm away from lily)
meloA = \notes { f'4 g'4 a'2 }
txtA = \lyrics { foo bar baz }
meloB = \notes { c'2 d'4 e'4 }
txtB = \lyrics { boo far faz }
\score {
\notes <
\addlyrics
\context Staff = stafA \meloA
\context Lyrics = lyrA \txtA
\addlyrics
\context Staff = stafB \meloB
\context Lyrics = lyrB \txtB
>
}
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user