<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>Using Scheme - FOMUS marks that have arguments</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>I'm continuing with my Scheme/Grace MIDIfile to Finale conversion project. I would like to use the FOMUS [x string_text] mark on notes, but I haven't been able to figure out how to implement it in the Scheme context.<BR>
<BR>
I have a variable 'marks' that I am setting to my mark value before outputting with a send fomus:note command.<BR>
<BR>
These are all end up being unrecognizable by FOMUS:<BR>
<BR>
(set! mymark '(&quot;x &quot;sul pont&quot;&quot;)<BR>
<BR>
(set! mymark '(&quot;x \&quot;sul pont\&quot;&quot;)<BR>
<BR>
(set! mymark '(&quot;x 'sul pont'&quot;)<BR>
<BR>
(set! mymark '(&quot;[x &quot;sul pont&quot;]&quot;)<BR>
<BR>
Any suggestions?<BR>
<BR>
Cheers,<BR>
-=Bret<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>