annotate implementations/tabcode/classes.lisp @ 160:136ec5516cc4

patch on my computer. Not sure what it does darcs-hash:20071211145912-f76cc-cb69a7a78367366f9731284888db1c558fa07989.gz
author David Lewis <d.lewis@gold.ac.uk>
date Tue, 11 Dec 2007 14:59:12 +0000
parents fd85f52d9f9d
children 88089258e08d
rev   line source
c@43 1 (cl:in-package #:amuse-tabcode)
c@43 2
d@136 3 (defclass tabcode-composition (amuse:standard-composition)
c@43 4 ())
c@43 5
d@136 6 (defclass tabcode-pitched-event (standard-chromatic-pitched-event)
c@43 7 ((course :initarg :course :reader course)
csr21@58 8 (fret :initarg :fret :reader fret)
c@43 9 (word :initarg :word :reader word)))