Hi,
I haven't really checked the last update, yet, sorry, but I will do that soon. While needing to finish something else, I came across the following problem:
(fomus:fomus-init :backend '(:lilypond :view t) :auto-accidentals nil :auto-override-timesigs nil) (fomus:fomus-newtimesig :off 0 :time '(9 16)) (fomus:fomus-newpart 1 :instr :violin) (fomus:fomus-newnote 1 :off 0 :dur 1 :note '(af4 cm:f) :marks '((:textnote "1"))) (fomus:fomus-exec)
Aborts telling me the rhythm was too complex. (fomus:fomus-newtimesig :off 0 :time '(9 8)) would make it work.
Maybe, I am ignorant to some other settings?
Ciao,
–Kilian
Thanks... setting beat to 1/8 and doubling the duration makes it less confused--there's also a bug involving nested tuplets still lurking around that I need to squash--it might be the same issue
(progn (fomus:fomus-init :backend '(:lilypond :view t) :auto-accidentals nil :auto-override-timesigs nil) (fomus:fomus-newtimesig :off 0 :time '(9 16) :beat 1/8) (fomus:fomus-newpart 1 :instr :violin) (fomus:fomus-newnote 1 :off 0 :dur 2 :note '(af4 f) :marks '((:textnote "1"))) (fomus:fomus-exec))
-David
Kilian Sprotte wrote:
Hi,
I haven't really checked the last update, yet, sorry, but I will do that soon. While needing to finish something else, I came across the following problem:
(fomus:fomus-init :backend '(:lilypond :view t) :auto-accidentals nil :auto-override-timesigs nil) (fomus:fomus-newtimesig :off 0 :time '(9 16)) (fomus:fomus-newpart 1 :instr :violin) (fomus:fomus-newnote 1 :off 0 :dur 1 :note '(af4 cm:f) :marks '((:textnote "1"))) (fomus:fomus-exec)
Aborts telling me the rhythm was too complex. (fomus:fomus-newtimesig :off 0 :time '(9 8)) would make it work.
Maybe, I am ignorant to some other settings?
Ciao,
–Kilian
fomus-devel mailing list fomus-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel