Jump to content

Recommended Posts

Posted

This is how it works, but I will extend the length to cover all possible positions.

 

(setf test '(c4 d4 e4 fs5 e4))

(position-insert '(1 3 5 7 9) 'b3 test)
=> (c4 b3 d4 b3 e4 b3 fs5 b3 e4 b3)

 

 

Posted

Your example gives at my cpu this:

(position-insert '(1 3 5 7 9) 'b3 test)
=>(c4 b3 d4 b3 e4 b3 fs5 e4)

so it does not make so much difference, am I the only one, can someone please try this little example, thanks!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy