changeset 269:12c0209cdcb8

Fix typo in previous commit
author Marcus Pearce <m.pearce@gold.ac.uk>
date Thu, 27 Jan 2011 12:27:06 +0000
parents 984e0b4dfaab
children 90827cefc9df
files implementations/mtp/classes.fasl implementations/mtp/classes.lisp
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file implementations/mtp/classes.fasl has changed
--- 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)))