<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
  <TITLE>Using Scheme - FOMUS marks that have arguments</TITLE>
</HEAD>
<BODY>
I think you probably want '((&quot;x&quot; &quot;sul pont&quot;))--the outer parens is for the entire list of marks and the inner parens is necessary because the mark takes an argument.&nbsp; The next release should have a &quot;sulpont&quot; mark that is automatically paired with an &quot;ord&quot; mark (plus the text for these marks will be customizable, so basically you won't need the nested lists).<BR>
<BR>
On Sat, 2010-09-11 at 16:16 +0100, Bret Battey wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <BR>
    <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.</FONT><BR>
    <BR>
    <FONT SIZE="2">I have a variable 'marks' that I am setting to my mark value before outputting with a send fomus:note command.</FONT><BR>
    <BR>
    <FONT SIZE="2">These are all end up being unrecognizable by FOMUS:</FONT><BR>
    <BR>
    <FONT SIZE="2">(set! mymark '(&quot;x &quot;sul pont&quot;&quot;)</FONT><BR>
    <BR>
    <FONT SIZE="2">(set! mymark '(&quot;x \&quot;sul pont\&quot;&quot;)</FONT><BR>
    <BR>
    <FONT SIZE="2">(set! mymark '(&quot;x 'sul pont'&quot;)</FONT><BR>
    <BR>
    <FONT SIZE="2">(set! mymark '(&quot;[x &quot;sul pont&quot;]&quot;)</FONT><BR>
    <BR>
    <FONT SIZE="2">Any suggestions?</FONT><BR>
    <BR>
    <FONT SIZE="2">Cheers,</FONT><BR>
    <FONT SIZE="2">-=Bret</FONT><BR>
    <BR>
    <BR>
    <BR>
    <BR>
<PRE>
_______________________________________________
Cmdist mailing list
<A HREF="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</A>
<A HREF="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>