[CM] fomus: rhythmic display
Heinrich Taube
taube at uiuc.edu
Wed May 26 08:42:19 PDT 2010
On May 25, 2010, at 3:03 AM, Johannes Quint wrote:
> what is the trick to get fomus displaying a rhythm like {5.0 5.0} in
> a 10/4
i can do it if i set max-tupletdur to 1 (or whatever) but this is a
hack. it seems like a bug to me that it would choose to notate in
tuplets when there are none, at least from the composer's perspective.
file "test.ly" (measdur: 10, beat: 1/4 , max-tupletdur: 1)
with dur = 5, time = 0
fms:part(id: "p", inst: "piano")
loop repeat 24
for k = between(42, 76)
fms:note(time, dur, k, part: "p")
set time += d
end
end
> <pastedGraphic.png>
>
> instead of:
> <pastedGraphic.png>
> thanks, johannes
> _______________________________________________
> Cmdist mailing list
> Cmdist at ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
More information about the Cmdist
mailing list