annotate implementations/tabcode/methods.lisp @ 176:cddf83554c08

export fn correction darcs-hash:20080313112536-40ec0-eaf1212341070c8e768ede8e68464d3bb0c3a174.gz
author d.lewis <d.lewis@gold.ac.uk>
date Thu, 13 Mar 2008 11:25:36 +0000
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