Jump to content

Featured Replies

Posted

Maybe I missed it, but is there a function that removes ties, opposite to filter-tie? Thanks!

I wrote a function myself, not sure if it is acceptable for Janusz 🙂

hth

 

(defun remove-tie (y)
  "tests if it is a single list or a list of lists,then remove ties"
(if (car (mapcar #'listp y))
 (loop for x in y
                             
      for z = (remove 'tie x)
       for a = (remove 'tie+tie z)
      collect a) (remove 'tie+tie (remove 'tie y))))

 

Edit: I think this only removes ties between bars as I remember correctly..

Create an account or sign in to comment


Copyright © 2014-2025 Opusmodus™ Ltd. All rights reserved.
Product features, specifications, system requirements and availability are subject to change without notice.
Opusmodus, the Opusmodus logo, and other Opusmodus trademarks are either registered trademarks or trademarks of Opusmodus Ltd.
All other trademarks contained herein are the property of their respective owners.

Powered by Invision Community

Important Information

Terms of Use Privacy Policy