annotate implementations/tabcode/package.lisp @ 205:5ff310be4942

Fix bug in during method, and make it the same as Allen (1983).
author Jamie Forth <j.forth@gold.ac.uk>
date Wed, 26 Jan 2011 10:44:29 +0000
parents 5b2d0e5a99f1
children
rev   line source
c@43 1 (cl:defpackage "AMUSE-TABCODE"
d@179 2 (:use "CL" "AMUSE" "AMUSE-UTILS" "TABCODE")
d@183 3 (:export "TABCODE-OBJECT" "COURSE" "WORD" "TABCODE-PITCHED-EVENT"
d@183 4 "TABCODE-COMPOSITION"
d@183 5 "TABCODE-TIME-SIGNATURE" "TABCODE-FILE-IDENTIFIER"))