(bounce-to-hints 0.2 start (- stop 0.001) (cut-hints start stop) 1/20)
For Stage5, similarly change line 140
(bounce-to-hints 0.2 start stop
to
(bounce-to-hints 0.2 start (- stop 0.001)
and finally for Stage6, change line 143
(bounce-to-hints start stop
to
(bounce-to-hints start (- stop 0.001)
Thanks and regards,
-Kumar