Mercurial > hg > amuse
view implementations/tabcode/package.lisp @ 197:22ac5ec1733c
Basic key and time signature support
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Wed, 16 Feb 2011 09:19:12 +0000 |
parents | 5b2d0e5a99f1 |
children |
line wrap: on
line source
(cl:defpackage "AMUSE-TABCODE" (:use "CL" "AMUSE" "AMUSE-UTILS" "TABCODE") (:export "TABCODE-OBJECT" "COURSE" "WORD" "TABCODE-PITCHED-EVENT" "TABCODE-COMPOSITION" "TABCODE-TIME-SIGNATURE" "TABCODE-FILE-IDENTIFIER"))