annotate implementations/tabcode/methods.lisp @ 80:9f2282a2644e

Skeleton for segmentation interface darcs-hash:20070716163337-f76cc-f7db9c490fab20196922118d8acd3235b4802840.gz
author David Lewis <d.lewis@gold.ac.uk>
date Mon, 16 Jul 2007 17:33:37 +0100
parents 2fd7ebed5b87
children 88089258e08d
rev   line source
c@43 1 (in-package "AMUSE-TABCODE")
c@43 2
c@43 3 (defmethod tempi ((composition tabcode-composition))
c@43 4 ())
c@43 5 (defmethod time-signatures ((composition tabcode-composition))
c@43 6 ())
c@43 7