Mercurial > hg > amuse
changeset 91:05973a543a01
fix broken paren in Krumhansl example
darcs-hash:20070723170432-dc3a5-57767ee7d3872031509a4b91c13d6dd122b59b44.gz
author | c.rhodes <c.rhodes@gold.ac.uk> |
---|---|
date | Mon, 23 Jul 2007 18:04:32 +0100 |
parents | 23c3be4c445f |
children | 2c5866238d7b |
files | implementations/gsharp/gsharp-import.lisp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/implementations/gsharp/gsharp-import.lisp Mon Jul 23 15:07:56 2007 +0100 +++ b/implementations/gsharp/gsharp-import.lisp Mon Jul 23 18:04:32 2007 +0100 @@ -98,7 +98,7 @@ (result (amuse-utils:krumhansl-key-finder composition composition)) (name (aref #("C" "C#" "D" "Eb" "E" "F" "F#" "G" "Ab" "A" "Bb" "B") (car result))) (string (format nil "Key: ~A ~(~A~)" name (cadr result)))) - (esa:display-message string)) + (esa:display-message string))) (in-package :gsharp-measure)