lilypond-user
[Top][All Lists]
Advanced

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

Repeat with Alternative on First Time


From: Michael Hartl
Subject: Repeat with Alternative on First Time
Date: Wed, 25 Nov 2015 13:57:40 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Dear Lilypond Experts,

this is my first time posting to this list. I am trying my hand at engraving a song with a perhaps unusual, but very simple repeat pattern
and I couldn't find out how to come to the correct result from the manuel.

The melody goes like this:

<common part verse> <verse ending first time>               <chorus>
<common part verse> <verse ending second-third time> <chorus>
<common part verse> <verse ending second-third time> <chorus>

It should be set like:

<common part verse> [1. <verse ending first time> ] [2.-3. <verse ending second-third-time>] <chorus>

Right now, I do:
\repeat volta 3 {<common part verse>} \alternative {{<verse ending first time>} {<verse ending second-third time>}} <chorus>

But, this gives me "1.-2." and "3." instead of "1." and "2.-3." for the alternative endings. This looks like it ought to be easy to correct, but I can't figure it out.

How can it be done?

Also, \repeat itself is actually wrong, because the verse is not repeated before the chorus. Is there any way to use \alternative without \repeat? A \repeat over the entire song would be acceptable, but then again I can't use \alternative in the middle of
\repeat, but only at the end.

Thank you
Mike



reply via email to

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