This way:
(append (gen-repeat 5 '("3/8")) '("1/8"))
-->
("3/8"
"3/8"
"3/8"
"3/8"
"3/8"
"1/8")
If you do computed signature zones take a notice of literize (SCOM 6.5)
(literize (append (gen-repeat 5 '(3/8)) '(1/8)))
-->
("3/8"
"3/8"
"3/8"
"3/8"
"3/8"
"1/8")
A bit far-fetched but working too :-)
(literize (gen-loop '(1 1 5) '(3/8 1/8)))
Peter
> --
> You received this message because you are subscribed to the Google Groups "Symbolic Composer" group.
> To post to this group, send email to
symbolic...@googlegroups.com.
> To unsubscribe from this group, send email to
symboliccompos...@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/symboliccomposer?hl=en.
>