Le 10/08/2022 à 13:32, Jean Abou Samra a écrit :
Hi,
A little request for feedback from Scheme power users:
Apologies: I got confused in my own thinking and thought this change
would simplify more than it can do. Consider this request moot.
Sorry for the noise.
Jean
Hi,
A little request for feedback from Scheme power users:
Consider the following snippet from David K.
\version "2.23.11"
#(define-macro (pattern args result)
`(define-music-function (parser location ,@args) ,(make-list (length
args) 'ly:music?)
#{ $@(list ,@result) #}))
$(pattern