Paul Morris wrote
> #(define-music-function (parser location arg)
>     (or (boolean?) (number?) (procedure?))
>     ...)

I suppose it would need to be something like this to work for multiple
arguments:

#(define-music-function (parser location argA argB)
    ((or boolean? number? procedure?)
      pair?)
    ...)

Anyway, you can see the idea despite my fumbling with the syntax.

-Paul



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Re-Issue-3918-Add-alternatingTimeSignatures-issue-97110045-tp162462p162973.html
Sent from the Dev mailing list archive at Nabble.com.

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

Reply via email to