Michael

You should be able to adapt the following to do what you want.

Trevor

\score {
 <<
   \new Staff {
     \new Voice = "melody" {
       \relative c'' {
         a4 a a a
         b4 b b b
         a4 a a a
       }
     }
   }
   \new Lyrics \lyricsto "melody" {
     Com -- mon sec -- tion.
     <<
{ The first time words. }
\new Lyrics {
  \set associatedVoice = "melody"
  Sec -- ond time words.
}
\new Lyrics {
  \set associatedVoice = "melody"
  Third _ __ time words.
}
     >>
     Com -- mon sec -- tion.
   }
 >>
}

----- Original Message ----- From: "Michael Dykes" <thedoctor81...@gmail.com>
To: "lilypond-user" <lilypond-user@gnu.org>
Sent: Tuesday, April 12, 2011 5:20 AM
Subject: Multiple Stanzas


I have an attached file (as always, I know) - and I where the lyrics say "Who art ri-sen from the dead" - just under those words ONLY< I wish to
place 2 other sets of lyrics, namely:

"Who art won-drous in Thy saints"
and
"Through the prayers of the Theo-to-kos"

I have been looking at the section on stanzas, but so far have not found this particular challenge. Any help, or someone to point me to the right
place would be appreciated. Thanks.

--
In Christ,
Michael D



--------------------------------------------------------------------------------


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to