view implementations/tabcode/classes.lisp @ 105:7f139c81752e

rename make-pitch-interval to make-chromatic-pitch-interval darcs-hash:20070726092952-dc3a5-5a59469fbb77e74dca807e5fb277c6342bb0891b.gz
author c.rhodes <c.rhodes@gold.ac.uk>
date Thu, 26 Jul 2007 10:29:52 +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)))