From rpmohn at waxandwane.org Tue Sep 16 01:42:48 2008 From: rpmohn at waxandwane.org (Ross Mohn) Date: Mon, 15 Sep 2008 21:42:48 -0400 Subject: [fomus-devel] Trouble with instr-groups Message-ID: <20080916014248.GA23005@fisher.waxandwane.org> 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...": > debugger invoked on a SIMPLE-ERROR in thread #: > unknown type specifier: +INSTR-GROUP-TREE-TYPE-AUX+ And here is the relevant code: > (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) Any ideas here? Thanks! -Ross From dpsenick at uiuc.edu Wed Sep 17 05:35:56 2008 From: dpsenick at uiuc.edu (David Psenicka) Date: Wed, 17 Sep 2008 00:35:56 -0500 Subject: [fomus-devel] Trouble with instr-groups In-Reply-To: <20080916014248.GA23005@fisher.waxandwane.org> References: <20080916014248.GA23005@fisher.waxandwane.org> Message-ID: <48D0973C.8040701@uiuc.edu> An HTML attachment was scrubbed... URL: From rpmohn at waxandwane.org Wed Sep 17 15:22:24 2008 From: rpmohn at waxandwane.org (Ross Mohn) Date: Wed, 17 Sep 2008 11:22:24 -0400 Subject: [fomus-devel] Trouble with instr-groups In-Reply-To: <48D0973C.8040701@uiuc.edu> References: <20080916014248.GA23005@fisher.waxandwane.org> <48D0973C.8040701@uiuc.edu> Message-ID: <1221664944.22605.4.camel@fisher.waxandwane.org> Thanks, that did the trick! -Ross On Wed, 2008-09-17 at 00:35 -0500, David Psenicka wrote: > Ross, > > 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. > > -David > > Ross Mohn wrote: > > > 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...": > > > > > > > > > debugger invoked on a SIMPLE-ERROR in thread #: > > > unknown type specifier: +INSTR-GROUP-TREE-TYPE-AUX+ > > > > > > > > > And here is the relevant code: > > > > > > > > > (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) > > > > > > > > > Any ideas here? > > > > Thanks! -Ross > > > > _______________________________________________ > > fomus-devel mailing list > > fomus-devel at common-lisp.net > > http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: