On Tuesday, 2 February 1999, Peter Chubb writes:
>
> Hi,
> I want to write some music that has the structure:
>
> Intro
> \repeat 4 { Chorus [first-ending] verse }
> fifth-ending final
>
> And the (logically correct but ugly)
>
> \repeat 4 {Chorus}
> \alternative {{first-ending verse}{fifth ending}}
> final
>
> is very ugly, because the volta bracket keeps going for so
> long.
Ok, there'll be a kludge for the logically correct version in pl28:
input/test/chord-klugde.ly:
\score{
<
\type Staff \notes\relative c''{
c c c c
% coda-klugde: let volta span only one bar
\property Staff.voltaSpannerDuration = "1"
\repeat 5 { d d d d }
\alternative { { e e e e f f f f }
{ g g g g } }
}
\type Lyrics \lyrics{
intro1
\repeat 5 {}
\alternative <
{ chorus1 one verse1 }
{ chorus1 two verse1 }
{ chorus1 three verse }
{ chorus1 four verse }
>
five1
}
>
}
Jan.
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien/ | http://www.lilypond.org/