Mercurial > hg > amuse
comparison base/generics.lisp @ 276:3180b03d436a
add move-to-first-bar method
darcs-hash:20090124002529-16a00-b7802e0488f4e2f0c442d6735845503b50440a25.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Sat, 24 Jan 2009 00:25:29 +0000 |
parents | 7e8d95d00267 |
children | e52b6eb30408 |
comparison
equal
deleted
inserted
replaced
190:725ce7ce77ba | 276:3180b03d436a |
---|---|
453 ;;;;;;;;;;;;;; | 453 ;;;;;;;;;;;;;; |
454 ;; | 454 ;; |
455 ;; | 455 ;; |
456 | 456 |
457 (defgeneric get-applicable-clefs (anchored-period constituent)) | 457 (defgeneric get-applicable-clefs (anchored-period constituent)) |
458 | |
459 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
460 ;; Copying events in time | |
461 | |
462 (defgeneric move-to-first-bar (composition)) | |
463 |