lilypond-user
[Top][All Lists]
Advanced

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

Re: Is it possible to put alternatives inside repeats?


From: list_lilypond
Subject: Re: Is it possible to put alternatives inside repeats?
Date: Fri, 9 Dec 2016 09:26:21 +0000

On Fri, 9 Dec 2016 09:22:50 +0000
list_lilypond <address@hidden> wrote:

> Hi, 
> 
> what I want is something like:


Sorry, typo, this had to be:

\repeat volta 2 {
  \alternative{
    { a | }
    { b | }
  }
  c | d | e | f | g |
  \alternative{
    { b | }
    { c | }
  }
  d | e | f | g |  
}
\alternative{
  { b }
  { c }
}

> So inside the repeat there are alternatives.
> 
> As normally the \alternative{} syntax is put outside the \repeat{}, I
> really wonder whether this is possible at all.
> If possible in some other way, could someone please be so kind to
> point out how to repeat with embedded alternatives without rewriting
> all?
> 
> Thanks
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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