Mercurial > hg > amuse
changeset 300:ed3ace83c975
Fix bug in move-to-first-bar.
Ignore-this: 52a48e8771d159294e9ad51cbe04034d
darcs-hash:20090905200027-16a00-539b473b27ebd6b75282dac335cc8617403ed3ad.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Sat, 05 Sep 2009 21:00:27 +0100 |
parents | f5734df598f4 |
children | 58a2d76bb243 |
files | base/methods.lisp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/base/methods.lisp Fri Aug 28 17:46:31 2009 +0100 +++ b/base/methods.lisp Sat Sep 05 21:00:27 2009 +0100 @@ -570,7 +570,7 @@ ;; Copying events in time (defmethod move-to-first-bar ((composition composition)) - (let ((offset (floor (timepoint (car composition))))) + (let ((offset (floor (timepoint (elt composition 0))))) (loop for event in (%list-slot-sequence-data composition) do (setf event (copy-event event))