Mercurial > hg > amuse
view implementations/tabcode/classes.lisp @ 103:52433edc63e3
implementations/geerdes: fix geerdesl-pitched-event typo
darcs-hash:20070726093603-c0ce4-8113568d428af23d8df16ab242a8b92f285d7046.gz
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Thu, 26 Jul 2007 10:36:03 +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)))