<!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">
</HEAD>
<BODY>
On Fri, 2010-05-14 at 09:09 -0500, Heinrich Taube wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
i thought this is what you would do but the accidentals its choosing  
are wrong:


(with-fomus (&quot;test.ly&quot; :keysig &quot;emaj&quot;)
   (loop for t from 0 to 16
         do
         (send &quot;fms:note&quot; t :dur 1
               :pitch (between 48 73) )))
</PRE>
</BLOCKQUOTE>
On my machine it's showing redundant sharps that are already in the key signature, which is a bug (thanks).&nbsp; -David<BR>
<BR>
</BODY>
</HTML>