# HG changeset patch # User Marcus Pearce # Date 1296131226 0 # Node ID 12c0209cdcb8f1e1a0af343e491ba2106fe2f1c1 # Parent 984e0b4dfaab23846389aa8324eb9b79f4a8117b Fix typo in previous commit diff -r 984e0b4dfaab -r 12c0209cdcb8 implementations/mtp/classes.fasl Binary file implementations/mtp/classes.fasl has changed diff -r 984e0b4dfaab -r 12c0209cdcb8 implementations/mtp/classes.lisp --- a/implementations/mtp/classes.lisp Thu Jan 27 12:13:39 2011 +0000 +++ b/implementations/mtp/classes.lisp Thu Jan 27 12:27:06 2011 +0000 @@ -58,5 +58,5 @@ (phrase :initarg :phrase :accessor %mtp-phrase) (tempo :initarg :tempo :accessor %mtp-tempo) (dyn :initarg :dyn :accessor %mtp-dyn) - (ornamental :initarg :ornamental :accessor %mtp-ornamental) + (ornament :initarg :ornamental :accessor %mtp-ornament) (voice :initarg :voice :accessor %mtp-voice)))