annotate implementations/tabcode/methods.lisp @ 44:085c1728480c

"Prefix initargs with colons." darcs-hash:20070614160242-aa3d6-7f7722cbe2fec0425475a3f8ff3ce9eeb07bee54.gz
author m.pearce <m.pearce@gold.ac.uk>
date Thu, 14 Jun 2007 17:02:42 +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