Hi,
How can I find the sum of lengths in OMN including rests?
Obviously the code below won't work, but it will give you an idea what I'm looking for:
(setf anacrusis-ls '((-s = = = = = = =) (-3e = = = = =) (-5q. = = = = = = = = =)))
(setf pick (rnd-pick anacrusis-ls))
(setf sum (find-sum pick))
All the best,
Erik