lilypond-devel
[Top][All Lists]
Advanced

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

Re: conditional (on-the-fly) music


From: Dan Eble
Subject: Re: conditional (on-the-fly) music
Date: Sun, 11 Jan 2015 12:07:52 -0500

On Jan 11, 2015, at 09:52 , Dan Eble <address@hidden> wrote:
> if you did want something other than skips (maybe an instrument change?) to 
> appear in the unfolded output, you could do this:
> 
>   \repeat volta 4 {
     <<
>     \conditional #(except-in-nth-volta 3) { ... }
>     \conditional #(only-in-nth-volta 3) { … }
     >>
>   }

The alternatives must be simultaneous because they are converted to skips when 
the condition is false.
— 
Dan




reply via email to

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