there is a global variable *rhythms* (look at ...src/data.lisp). *rhythms* is a hash-table, so you could have a look on it by 'maphash'. (maphash #'(lambda (key val) (format t "~a ~a~%" key val)) *rhythms*) johannes