lilypond-devel
[Top][All Lists]
Advanced

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

Re: [GLISS] Existing syntax abominations


From: Francisco Vila
Subject: Re: [GLISS] Existing syntax abominations
Date: Sat, 22 Sep 2012 00:40:13 +0200

2012/9/21 James <address@hidden>:
> 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



reply via email to

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