Jump to content

make-omn and ties


Recommended Posts

Hello,

 

When I take the following:

(setf lens '((e = = e tie)(e e e e)))
(setf notes '((c4 d4 = d4)(d4 g4 = =)))

and then call make-omn

 

(make-omn
 :length lens
 :pitch notes)

the tie at the end of the first bar is not preserved. Nor is it if I instead have the tie at the end of the first bar of the notes list (or at the end of the first bar in both lists).

 

What is the proper way to construct an omn list from separate lengths and pitches such that ties are preserved? In this case I am trying to create the equivalent of the following:

(setf test '((e c4 d4 = d4 tie)(e d4 g4 = =)))

 

thanks very much, Michael

 

 

Link to comment
Share on other sites

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