> > > well. What about alternative beginnings, or even an
> > > alternative somewhere in the middle?
> > >
> > > Can someone tell me how I would do this?
> > >
A technique/hack I got from one of Sven's tunes.
\repeat volta 2 {
[repeated music, before alts]
\cadenzaOn
\set Score.repeatCommands = #'((volta "1."))
[put the first alternative here]
\set Score.repeatCommands = #'((volta #f))
\set Score.repeatCommands = #'((volta "2."))
[put the second alternative here]
\set Score.repeatCommands = #'((volta #f))
\cadenzaOff
[repeated music, after alts]
}
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user