On Mon, 5 Jan 2015 17:19:47 -0500
Kieren MacMillan <kieren_macmil...@sympatico.ca> wrote:

> Another oft-encountered use case would be
> 
>     \repeat unfold N { a4\pp a a a }
> 
> for which one currently must write
> 
>     a4\pp a a a \repeat unfold N-1 { a4 a a a }

\repeat unfold N { \atfirstrepeat{a\pp} \atsecondrepeat{a\ff} a a a }

\repeat unfold N { \atrepeat{{a\pp}{a\ff}} a a a }

I think these should be relatively easy to implement in scheme,
provided you can examine the value of the current repeat counter.

-- Johan

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

Reply via email to