fix missed use of //count-beat, post-rename
1 files changed, 1 insertions(+), 1 deletions(-)

M zmusic.el
M zmusic.el +1 -1
@@ 826,7 826,7 @@ 1.  This function converts from a note p
   (setq *zmusic//beat-timer*
         (run-with-timer (/ 60.0 *zmusic//bpm*)
                         (/ 60.0 *zmusic//bpm*)
-                        #'zmusic//count-beat)))
+                        #'zmusic/count-beat)))
 
 (defun zmusic//stop-timer ()
   "Stop stepping forward."