On Fri, 9 Dec 2016 09:22:50 +0000
list_lilypond <list_lilyp...@infopower.nl> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to