[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: piano with melody and lyrics and a chorus with two verses and volta
From: |
Mats Bengtsson |
Subject: |
Re: piano with melody and lyrics and a chorus with two verses and volta |
Date: |
Mon, 05 Dec 2005 13:46:48 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511 |
Did you see the example at the end of "7.3.7 More stanzas"?
I guess what you need is not necessarily "Voice context composed
of two consecutive Voice context", you just need them to be in
the same stave (i.e. in the same Staff context), right?
/Mats
David Talmage wrote:
Simon Bailey <binabik <at> gmail.com> writes:
hi,
On 12/4/05, David Talmage <talmage <at> acm.org> wrote:
Would someone please send me an example of how to do this? In spite of
reading
the manual and searching through the archives, I can't figure it out.
the manual is quite clear on this issue -- try section 6.7.2 Repeat Syntax.
Thanks for the suggestion. I read that part of the manual before I posted my
question and you're right that it's quite clear. I'm using the volta for the
repetition in the chorus.
With a bit of fiddling about, I've been able to make the verse lyrics line up
with the verse music and the chorus lyrics line up with the chorus music. But
I'm unable to make all of it appear on the same staff. Is there a way to
concatenate staves or join two bits of music together? It seems to me that I
need a Voice context composed of two consecutive Voice contexts.
verse = \relative c'' {
verse music
}
chorus = \relative c'' {
\repeat volta 2 {
chorus music
}
\alternative {
{chorus ending 1}
{chorus ending 2}
}
final notes of the song
}
verseI = \lyricmode {
verse 1 lyrics
}
verseII = \lyricmode {
verse 2 lyrics
}
chorusI = \lyricmode {
chorus 1 lyrics
}
chorusII = \lyricmode {
chorus 2 lyrics
}
\score {
<<
\context Voice = mel {
\autoBeamOff
\verse
}
\new Lyrics \lyricsto mel \verseI
\new Lyrics \lyricsto mel \verseII
\context Voice = chor {
\autoBeamOff
\chorus
}
\new Lyrics \lyricsto chor \chorusI
\new Lyrics \lyricsto chor \chorusII
>>
...
}
_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: address@hidden
WWW: http://www.s3.kth.se/~mabe
=============================================