annotate implementations/tabcode/classes.lisp @ 50:49aae39b96dc

Update to (in wrong place) n-grams.lisp darcs-hash:20070620110403-f76cc-67a5d10a8ee11b3c036448b1fb1f8a740e52bc32.gz
author David Lewis <d.lewis@gold.ac.uk>
date Wed, 20 Jun 2007 12:04:03 +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)))