lilypond-user
[Top][All Lists]
Advanced

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

Re: alternatives at beginning or middle


From: Jason Addison
Subject: Re: alternatives at beginning or middle
Date: Wed, 30 Nov 2005 23:03:41 -1000

> > > 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]

    }




reply via email to

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