lilypond-user
[Top][All Lists]
Advanced

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

Re: (no subject)


From: Rune Zedeler
Subject: Re: (no subject)
Date: Tue, 01 Jan 2002 18:19:36 +0100

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
  >
}






reply via email to

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