view implementations/tabcode/classes.lisp @ 177:e5de0895d843

Gsharp-output darcs-hash:20080313112652-40ec0-64241751ae1c0bfc32c3e35deac499132728c5bf.gz
author d.lewis <d.lewis@gold.ac.uk>
date Thu, 13 Mar 2008 11:26:52 +0000
parents fd85f52d9f9d
children 88089258e08d
line wrap: on
line source
(cl:in-package #:amuse-tabcode) 

(defclass tabcode-composition (amuse:standard-composition)
  ())

(defclass tabcode-pitched-event (standard-chromatic-pitched-event)
  ((course :initarg :course :reader course)
   (fret :initarg :fret :reader fret)
   (word :initarg :word :reader word)))