<!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.18.2">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Thanks, that did the trick! -Ross<BR>
<BR>
<BR>
On Wed, 2008-09-17 at 00:35 -0500, David Psenicka wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
Ross,<BR>
<BR>
Try the current SVN--I think I've fixed the problem (as far as I can tell). Let me know if you're still having problems.<BR>
<BR>
-David<BR>
<BR>
Ross Mohn wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,
I'm trying to make a grouping for a string quartet. I could use the
:orchestra ensemble-type, but I don't want the two violins to be
sub-grouped I'm using FOMUS v0.2.28 with Common Music v2.11.3 on SBCL
v1.0.14. I've tried creating a new ensemble-type and a new instr-group,
but I keep getting an error, in what I think is check-settings-type.
Here is the error message I keep getting while "Formatting music...":
</PRE>
<BLOCKQUOTE TYPE=CITE>
<PRE>
debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" {A72C801}>:
unknown type specifier: +INSTR-GROUP-TREE-TYPE-AUX+
</PRE>
</BLOCKQUOTE>
<PRE>
And here is the relevant code:
</PRE>
<BLOCKQUOTE TYPE=CITE>
<PRE>
(defparameter fomus-instr-groups
(list '(:quartet
(:group
(:group :violin :viola :cello)))))
(defparameter fomus-output
'((:lilypond :filename "Q1.ly" :view t :process t)
(:midi :filename "Q1.midi")))
(events (list (Q1test 20)) "Q1.fms"
:parts *parts*
:instr-groups fomus-instr-groups
:ensemble-type :quartet
:output fomus-output)
</PRE>
</BLOCKQUOTE>
<PRE>
Any ideas here?
Thanks! -Ross
_______________________________________________
fomus-devel mailing list
<A HREF="mailto:fomus-devel@common-lisp.net">fomus-devel@common-lisp.net</A>
<A HREF="http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel</A>
</PRE>
</BLOCKQUOTE>
</BLOCKQUOTE>
</BODY>
</HTML>