Re: Getting there with musica ficta

2004-02-24 Thread Nicolas Sceaux
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

Getting there with musica ficta

2004-02-23 Thread Reuben Thomas
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. ??