annotate implementations/tabcode/package.lisp @ 245:70969555ca07

Twiddle comment separators. Ignore-this: ff8dea522834ce66c6b0aee3bc54dd27 darcs-hash:20100604153923-16a00-029be21bba10fa97e77a694aec54086cc27003e8.gz committer: Jamie Forth <j.forth@gold.ac.uk>
author j.forth <j.forth@gold.ac.uk>
date Thu, 24 Feb 2011 11:23:18 +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"))