odyssomay / clj-dm

Director musices for java, glued together with clojure and armed bear common lisp.
http://odyssomay.github.io/clj-dm
10 stars 1 forks source link

menu item to add phrase marking #9

Closed odyssomay closed 11 years ago

odyssomay commented 11 years ago

Set phrase-start (4 5 6) Set phrase-start (5 6) Set phrase-start (6) Set phrase-end (4 5 6) Set phrase-end (5 6) Set phrase-end (6) Remove all phrase marks

(set-var segment 'phrase-start '(4 5 6))
...
(rem-var segment 'phrase-start)
(rem-var segment 'phrase-end)
odyssomay commented 11 years ago

Fixed in 142b5ba.