lilypond-user
[Top][All Lists]
Advanced

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

Is it possible to put alternatives inside repeats?


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

Hi, 

what I want is something like:

\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



reply via email to

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