<!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.1">
</HEAD>
<BODY>
it should be <BR>
<BR>
marks: {{&quot;x&quot; &quot;hi&quot;}}<BR>
<BR>
The brackets are the syntax for .fms files, which is why they appear in the documentation that way.&nbsp; If the docs say `[x string_text]', then you need to specify the mark with 1 string argument, so in scheme it has to be in a list, like {&quot;x&quot; &quot;hi&quot;}...&nbsp; in Lisp it's '(&quot;x&quot; &quot;hi&quot;).&nbsp; Usually the mark has no arguments and you only need a string (like &quot;.&quot; or &quot;&gt;&quot;)<BR>
<BR>
There's a bug in the debug-compiled version of fomus when you use text marks.&nbsp; But I think it's not in the release build (if it's broken it'll be fixed in the next release).&nbsp; I just rewrote a lot of the marks code, so there will be a few kinks that need to be worked out.<BR>
<BR>
On Sun, 2010-02-14 at 09:34 +0100, Johannes Quint wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">fomusfile &quot;test.ly&quot; ()</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;send &quot;fms:note&quot;, pitch: 60, dur: 4, marks: {{&quot;[x hi]&quot;}}</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">end</FONT></TT> 
</BLOCKQUOTE>
</BODY>
</HTML>