> Date: Tue, 29 Aug 2017 19:01:29 -0400
> From: Dan Eble <[email protected]>
> To: LilyPond Development Team <[email protected]>
> Subject: New repeat type
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=utf-8
>
> Consider: \repeat XXXXXX \A \alternative { \B \C }
>
> If ?unfold? is effectively
>
> {
> { \A \B }
> { \A \C }
> }
>
> what type would you call this, if it existed?
>
> <<
> { \A \B }
> { \A \C }
> >>
> ?
> Dan
As several people have pointed out, this is not a repeat. It is the
notes in \A doubled in unison followed by \B played at the same time
as \C.
Perhaps Dan meant the following?
<<
{ \A \A }
{ \B \C }
>>
Here, \A is repeated (so there is repetiton) but played against \B the
first time and against \C the second time (provided, of course, that
\A and \B have the same duration).
If so, it would be the same as
<<
{ \repeat volta 2 { \A } }
{ \B \C }
>>
--- Christopher Heckman
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel