Thanks, I'll see if I can get another update out this weekend--I might have MusicXML & CMN working by then, too (or at least one of them).
-David
Kilian Sprotte wrote:
Hi,
what makes we very happy today is that fomus accepts notes before the actual parts are created (the violin is just a dummy instr....)!!
A minor issue that I have is that the :auto-grace-slurs nil setting does not seem to work (neither lilypond 2.6.4 nor 2.4.5).
Busy greetings,
Kilian
(fomus:fomus-init :backend '(:lilypond :view t) :auto-grace-slurs nil :auto-accidentals nil :max-tuplet-dur 1) (fomus:fomus-newnote 1 :off 0 :dur 3/2 :note '(69 0) :marks '((:texttempo "q=72") :accent :mf)) (fomus:fomus-newnote 1 :off 3/2 :dur 5/6 :note '(69 0) :marks nil) (fomus:fomus-newnote 1 :off 7/3 :dur '(1/2 0) :note '(69 0) :marks nil) (fomus:fomus-newnote 1 :off 7/3 :dur '(1/2 1) :note '(69 0) :marks nil) (fomus:fomus-newnote 1 :off 7/3 :dur 1/3 :note '(69 0) :marks nil) (fomus:fomus-newnote 1 :off 8/3 :dur 4/3 :note '(69 0) :marks nil) (fomus:fomus-newpart 1 :name "P1" :instr :violin) (fomus:fomus-newpart 2 :name "P1" :instr :violin) (fomus:fomus-newpart 3 :name "P2" :instr :violin) (fomus:fomus-newpart 4 :name "P2" :instr :violin) (fomus:fomus-exec)
fomus-devel mailing list fomus-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel