changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/lib/obj/pkg.lisp

revision 216: 97ad564cd68d
parent 214: 0d46ef787334
child 224: fdea20982c25
     1.1--- a/lisp/lib/obj/pkg.lisp	Sun Feb 25 20:19:46 2024 -0500
     1.2+++ b/lisp/lib/obj/pkg.lisp	Tue Feb 27 21:46:10 2024 -0500
     1.3@@ -167,6 +167,13 @@
     1.4    :encode-universal-time-with-tz
     1.5    :decode-universal-time-with-tz))
     1.6 
     1.7+(defpackage :obj/music
     1.8+  (:nicknames :music)
     1.9+  (:use :cl :std)
    1.10+  (:export
    1.11+   :*bpm* :*key-signature* :*time-signature*
    1.12+   :*chord-table* :*key-table* :*tone-table*))
    1.13+
    1.14 (defpackage :obj/tbl
    1.15   (:nicknames :tbl)
    1.16   (:use :cl :std)