annotate implementations/tabcode/methods.lisp @ 83:ae06767e84c5

base/: pitch darcs-hash:20070717153457-c0ce4-cd5350c65ee8414bda17d40eb0e149063f2c22d7.gz
author Marcus Pearce <m.pearce@gold.ac.uk>
date Tue, 17 Jul 2007 16:34:57 +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