2012/9/21 James <pkx1...@gmail.com>:
> The NR says at the moment that the construct is
>
> \repeat volta repeatcount musicexpr
> \alternative {
>   { musicexpr }

insert more optional { musicexpr }... here.

> Maybe there are problems when you have
>
> \repeat volta repeatcount { musicexpr
> \alternative {
>   { musicexpr }
> \alternative {
>   { musicexpr }
> \alternative {
>   { musicexpr }
> } }
>

this would be

\repeat volta repeatcount { musicexpr
\alternative {
  { musicexpr }
  { musicexpr }
  { musicexpr }
  }
}

I do not see a problem here from the user's POV.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com

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

Reply via email to