[fomus-devel] 9 16

David Psenicka dpsenick at uiuc.edu
Mon Feb 13 18:22:16 UTC 2006


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 at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel
>



More information about the Fomus-devel mailing list