Mercurial > hg > amuse
view implementations/tabcode/classes.lisp @ 134:5e362d998f29
More documentation
darcs-hash:20070828101524-f76cc-6add2c3c254befc3cf767ac69706865b7830bc6a.gz
author | David Lewis <d.lewis@gold.ac.uk> |
---|---|
date | Tue, 28 Aug 2007 11:15:24 +0100 |
parents | 48661eb2da71 |
children | fd85f52d9f9d |
line wrap: on
line source
(cl:in-package #:amuse-tabcode) (defclass tabcode-composition (amuse:composition) ()) (defclass tabcode-pitched-event (chromatic-pitched-event) ((course :initarg :course :reader course) (fret :initarg :fret :reader fret) (word :initarg :word :reader word)))