Mon, 23 Feb 2004 23:55:32 +0100 (CET), Reuben a dit :
> OK, I'm nearly there, my remaining problems are Scheme problems I think (I
> know a bit of elisp, but no Scheme up to now).
> I have the following:
> #(def-markup-command (fictasharp) () "Foo" (#:musicglyph "accidentals-2"))
> which
OK, I'm nearly there, my remaining problems are Scheme problems I think (I
know a bit of elisp, but no Scheme up to now).
I have the following:
#(def-markup-command (fictasharp) () "Foo" (#:musicglyph "accidentals-2"))
which doesn't parse. I think the problem is my empty argument type list.
??