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: Stuart Lowe
Subject: Re: alternatives at beginning or middle
Date: Thu, 1 Dec 2005 09:44:53 -0500
User-agent: Mutt/1.4.2.1i

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

this appears to work for me when there is repeated music before the alts.  in 
this case however, the second volta bracket 
will not complete properly as Sven previously stated.

when there is nothing before the alts, the first volta bracket will not appear, 
which I assume is normal behaviour. 

think I'll just write stuff out the long way for the time being.

thanks for all your help.

-- 
Stuart Lowe | Toronto, CAN | key ID on keyserver | Skype stuart.lowe
Fedora Core release 4 (Stentz) GNU/Linux kernel 2.6.11-1.1369_FC4 on i686 
localhost3.localdomain
 09:40:54 up 5 days, 30 min,  4 users,  load average: 0.14, 0.49, 0.56




reply via email to

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