annotate implementations/tabcode/methods.lisp @ 43:2fd7ebed5b87

basic tabcode amuse implementation darcs-hash:20070614145209-dc3a5-98b89c451db974b34878aae216e024e2ae38b734.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 14 Jun 2007 15:52:09 +0100
parents
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