On Thu, 4 Apr 2019 at 13:07, Andrew Bernard <[email protected]>
wrote:

> Hi Gianmaria,
>
> Would this do?
>
> \version "2.19.83"
> extremelyLongNameFunction  =
> #(define-music-function (music) (ly:music?)
>    (let ((varOne #{ a b b a #}))
>      #{
>        $varOne $music $varOne
>      #}))
>
>
> #(define anAlias extremelyLongNameFunction)
> \anAlias { c c c c }
>
> That's just Scheme coding, not special in lilypond.
>


If there are no side effect it looks better to me :)
Thank you Andrew!
g.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to