annotate implementations/tabcode/classes.lisp @ 51:894fb5156603

Prefix database table names with 'mtp-' darcs-hash:20070620141551-c0ce4-23eb826c6323d1fdac3a8cc9b2b9406c2c39e1e9.gz
author Marcus Pearce <m.pearce@gold.ac.uk>
date Wed, 20 Jun 2007 15:15:51 +0100
parents 2fd7ebed5b87
children 48661eb2da71
rev   line source
c@43 1 (cl:in-package #:amuse-tabcode)
c@43 2
c@43 3 (defclass tabcode-composition (amuse:composition)
c@43 4 ())
c@43 5
c@43 6 (defclass tabcode-pitched-event (chromatic-pitched-event)
c@43 7 ((course :initarg :course :reader course)
c@43 8 (word :initarg :word :reader word)))