From robcanning at eircom.net Thu Feb 1 23:16:15 2007 From: robcanning at eircom.net (Rob Canning) Date: Thu, 01 Feb 2007 23:16:15 +0000 Subject: [fomus-devel] REST Message-ID: <45C274BF.3060506@eircom.net> how does rest work? i'm sure i had this working before... (note 1 :off 0 :dur 0.125 :notes (70) :marks (:staccato :mp :ignore)) ; (note 1 :off 0.125 :dur 0.125 :notes (65) :marks (:staccato :mp :ignore)) ; (rest 1 :off 0.25 :dur 0.125) ; (note 1 :off 0.375 :dur 0.125 :notes (71) :marks (:staccato :mp :ignore)) ;now i get: ;;; *****ERROR***** ;; No matching method for the generic function ;; #, when called with ;; arguments ;; (#Z(RESTEX :ID NIL :PARTID 1 :VOICE 1 :OFF 1/4 :DUR 1/8 :MARKS NIL :TUP (NIL) ;; :INV NIL)). thanks, rob From robcanning at eircom.net Thu Feb 1 23:23:44 2007 From: robcanning at eircom.net (Rob Canning) Date: Thu, 01 Feb 2007 23:23:44 +0000 Subject: [fomus-devel] REST In-Reply-To: <45C274BF.3060506@eircom.net> References: <45C274BF.3060506@eircom.net> Message-ID: <45C27680.8020501@eircom.net> whoops - sorry forgot the: :voice NIL rob Rob Canning wrote: > how does rest work? > > i'm sure i had this working before... > > (note 1 :off 0 :dur 0.125 :notes (70) :marks (:staccato :mp :ignore)) > ; > (note 1 :off 0.125 :dur 0.125 :notes (65) :marks (:staccato :mp :ignore)) > ; > (rest 1 :off 0.25 :dur 0.125) > ; > (note 1 :off 0.375 :dur 0.125 :notes (71) :marks (:staccato :mp :ignore)) > ;now i get: > ;;; *****ERROR***** > ;; No matching method for the generic function > ;; #, when called with > ;; arguments > ;; (#Z(RESTEX :ID NIL :PARTID 1 :VOICE 1 :OFF 1/4 :DUR 1/8 :MARKS NIL > :TUP (NIL) > ;; :INV NIL)). > > thanks, > > rob > > _______________________________________________ > fomus-devel mailing list > fomus-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel > > From dpsenick at uiuc.edu Fri Feb 2 22:10:31 2007 From: dpsenick at uiuc.edu (David Psenicka) Date: Fri, 02 Feb 2007 16:10:31 -0600 Subject: [fomus-devel] REST In-Reply-To: <45C27680.8020501@eircom.net> References: <45C274BF.3060506@eircom.net> <45C27680.8020501@eircom.net> Message-ID: <45C3B6D7.4070705@uiuc.edu> Actually, it's a bug (the key signature part of the program should ignore the user rests, but apparently doesn't)--I'll make another update shortly... Thanks, -David Rob Canning wrote: > whoops - sorry > forgot the: > > :voice NIL > > rob > > Rob Canning wrote: >> how does rest work? >> >> i'm sure i had this working before... >> >> (note 1 :off 0 :dur 0.125 :notes (70) :marks (:staccato :mp :ignore)) >> ; >> (note 1 :off 0.125 :dur 0.125 :notes (65) :marks (:staccato :mp >> :ignore)) >> ; >> (rest 1 :off 0.25 :dur 0.125) >> ; >> (note 1 :off 0.375 :dur 0.125 :notes (71) :marks (:staccato :mp >> :ignore)) >> ;now i get: >> ;;; *****ERROR***** >> ;; No matching method for the generic function >> ;; #, when >> called with >> ;; arguments >> ;; (#Z(RESTEX :ID NIL :PARTID 1 :VOICE 1 :OFF 1/4 :DUR 1/8 :MARKS NIL >> :TUP (NIL) >> ;; :INV NIL)). >> >> thanks, >> >> rob >> >> _______________________________________________ >> fomus-devel mailing list >> fomus-devel at common-lisp.net >> http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel >> >> > > > From robcanning at eircom.net Mon Feb 5 02:01:24 2007 From: robcanning at eircom.net (Rob Canning) Date: Mon, 5 Feb 2007 02:01:24 +0000 Subject: [fomus-devel] REST Message-ID: <20070205020125.11A1267096@common-lisp.net> maybe a bug? (init :output ((:musicxml-finale :filename "draft-clarinet-piece.xml")(:lilypond :view t))); init :filename "draft-clarinet-piece"; (init :title "b" :subtitle "draft score" :composer "rob canning"); TIMESIG :OFF 0 :TIME (4 4); init :verbose 2; part 1 :name "clarinet" :instr :bf-clarinet; (note 1 :off 0 :dur 0.111111 :notes (62) :marks (:staccato :p :ignore)) ; (note 1 :off 0.11111 :dur 0.111111 :notes (62) :marks (:staccato :p :ignore)); (note 1 :off 0.22222 :dur 0.111111 :notes (63) :marks (:staccato :p :ignore)); (note 1 :off 0.33333 :dur 0.111111 :notes (64) :marks (:staccato :p :ignore)); (note 1 :off 0.44444 :dur 0.111111 :notes (65) :marks (:staccato :p :ignore)); (note 1 :off 0.55555 :dur 0.111111 :notes (66) :marks (:staccato :p :ignore)); (note 1 :off 0.66666 :dur 0.111111 :notes (67) :marks (:staccato :p :ignore)); (note 1 :off 0.77777 :dur 0.111111 :notes (68) :marks (:staccato :p :ignore)); (note 1 :off 0.88888 :dur 0.111111 :notes (68) :marks (:staccato :p :ignore)); ----------------------------------------------------------------- Find the home of your dreams with eircom net property Sign up for email alerts now http://www.eircom.net/propertyalerts From dpsenick at uiuc.edu Mon Feb 5 04:03:52 2007 From: dpsenick at uiuc.edu (David Psenicka) Date: Sun, 04 Feb 2007 22:03:52 -0600 Subject: [fomus-devel] REST In-Reply-To: <200702050201.l1521OCw014042@relay7.cso.uiuc.edu> References: <200702050201.l1521OCw014042@relay7.cso.uiuc.edu> Message-ID: <45C6ACA8.2030302@uiuc.edu> The following line fixes it: init :max-tuplet 9 It was doing the best it could with the a maximum of 7 which is the default. I'll raise the default max-tuplet to a higher number--7's too low anyways -David Rob Canning wrote: > maybe a bug? > > (init :output ((:musicxml-finale :filename "draft-clarinet-piece.xml")(:lilypond > :view t))); > init :filename "draft-clarinet-piece"; > (init :title "b" :subtitle "draft > score" :composer "rob canning"); > TIMESIG :OFF 0 :TIME (4 4); > init :verbose 2; > part 1 :name "clarinet" :instr :bf-clarinet; > (note 1 :off 0 :dur 0.111111 :notes (62) :marks (:staccato :p :ignore)) > ; > (note 1 :off 0.11111 :dur 0.111111 :notes (62) :marks (:staccato :p > :ignore)); > (note 1 :off 0.22222 :dur 0.111111 :notes (63) :marks (:staccato :p > :ignore)); > (note 1 :off 0.33333 :dur 0.111111 :notes (64) :marks (:staccato :p > :ignore)); > (note 1 :off 0.44444 :dur 0.111111 :notes (65) :marks (:staccato :p > :ignore)); > (note 1 :off 0.55555 :dur 0.111111 :notes (66) :marks (:staccato :p > :ignore)); > (note 1 :off 0.66666 :dur 0.111111 :notes (67) :marks (:staccato :p > :ignore)); > (note 1 :off 0.77777 :dur 0.111111 :notes (68) :marks (:staccato :p > :ignore)); > (note 1 :off 0.88888 :dur 0.111111 :notes (68) :marks (:staccato :p > :ignore)); > > ----------------------------------------------------------------- > Find the home of your dreams with eircom net property > Sign up for email alerts now http://www.eircom.net/propertyalerts > > > > From ml13 at onlinehome.de Tue Feb 27 18:44:23 2007 From: ml13 at onlinehome.de (Kilian Sprotte) Date: Tue, 27 Feb 2007 19:44:23 +0100 Subject: [fomus-devel] D# Message-ID: Hi, I allowed myself to commit a change to the lilypond backend. Until now, it was not possible to have a mark like (:textnote "D#") - because lilypond would fail to compile the ly file -, this should be fixed now for :text :textdyn :texttempo :textnote. Cheers, Kilian From dpsenick at uiuc.edu Tue Feb 27 23:46:11 2007 From: dpsenick at uiuc.edu (David Psenicka) Date: Tue, 27 Feb 2007 17:46:11 -0600 Subject: [fomus-devel] D# In-Reply-To: References: Message-ID: <45E4C2C3.9070106@uiuc.edu> Thanks, I'll make another release Kilian Sprotte wrote: > Hi, > > I allowed myself to commit a change to the lilypond backend. > > Until now, it was not possible to have a mark like (:textnote "D#") - > because lilypond would fail to compile the ly file -, this should be > fixed now for :text :textdyn :texttempo :textnote. > > Cheers, > > Kilian > > > _______________________________________________ > fomus-devel mailing list > fomus-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel >