Thomas Morley <thomasmorle...@gmail.com> writes:

> Hi all,
>
> as an example I use the markup-command `with-color', which is defined
> as (pseude-code)
>
> (define-markup-command (with-color layout props color arg)
>   (color? markup?)
>   #:category other
>   "DOC-STRING"
>   <body>
> )
>
> I can quite easily display:
> (display (procedure-source with-color-markup))
> though I'm interested in the predicates, i.e. (color? markup?)
>
> Is there any way?

(markup-command-signature with-color-markup)

-- 
David Kastrup

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

Reply via email to