From 452fa3bdcfdea130310fc1b42de08dc28054ad94 Mon Sep 17 00:00:00 2001 From: Lorenz Lehmann <lorenz.lehmann@students.muho-mannheim.de> Date: Mon, 11 Dec 2023 18:02:33 +0100 Subject: [PATCH] fix(examples): add new examples --- OM-Lead.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/OM-Lead.lisp b/OM-Lead.lisp index 19c9a77..c9aeb22 100644 --- a/OM-Lead.lisp +++ b/OM-Lead.lisp @@ -42,7 +42,7 @@ ;-------------------------------------------------- (defvar *svppackages-list* nil) (setf *subpackages-list* - '((Nil Nil Nil (omlead::harmon-database omlead::harmon-progress omlead::get-score omlead::harmon-rhythm) Nil))) + '((Nil Nil Nil (omlead::gen-harmonies omlead::harmon-progress omlead::get-score omlead::harmon-rhythm) Nil))) ;-------------------------------------------------- ;filling packages -- Gitblit v1.9.1