annotate 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
rev   line source
c@43 1 (cl:in-package #:amuse-tabcode)
c@43 2
c@43 3 (defclass tabcode-composition (amuse:composition)
c@43 4 ())
c@43 5
c@43 6 (defclass tabcode-pitched-event (chromatic-pitched-event)
c@43 7 ((course :initarg :course :reader course)
c@43 8 (word :initarg :word :reader word)))