lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple Stanzas


From: Michael Dykes
Subject: Re: Multiple Stanzas
Date: Fri, 15 Apr 2011 16:12:53 -0400

I am sorry Trevor, but I am not quite sure how to integrate this into my already made structure. My 'structure' is different from what you indicate below. ???

On Tue, Apr 12, 2011 at 4:24 AM, Trevor Daniels <address@hidden> wrote:
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" <address@hidden>
To: "lilypond-user" <address@hidden>
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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






--
In Christ,
Michael D

reply via email to

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