Mercurial > hg > amuse
view implementations/tabcode/classes.lisp @ 44:085c1728480c
"Prefix initargs with colons."
darcs-hash:20070614160242-aa3d6-7f7722cbe2fec0425475a3f8ff3ce9eeb07bee54.gz
author | m.pearce <m.pearce@gold.ac.uk> |
---|---|
date | Thu, 14 Jun 2007 17:02:42 +0100 |
parents | 2fd7ebed5b87 |
children | 48661eb2da71 |
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) (word :initarg :word :reader word)))