In CMUCL you have to load "v.cmucl" after compiling "v.ins": (compile-file "v.ins") (load "v.cmucl") (with-sound () (fm-violin 0 1 440 .1))