Jump to content

def-score time signatures


Recommended Posts

I have a snippet with multiple changing time signatures. When I make a def-score, if I only have that single snippet to play, is there a way to tell OM to "use the time signatures in the snippet" as opposed to typing them all in manually? Thanks.

Link to comment
Share on other sites

GET-TIME-SIGNATURE

 

(setf omn '((s a4 d5 fs4 d5 g4 d5)
            (s a4 d5 fs4 d5 g4 d5)
            (s a4 d5 cs5 b4 a4 g4)
            (s fs4 d4 e4 c4 e d4)))

(def-score test
           (:key-signature '(c maj)
            :time-signature (get-time-signature omn)
            :tempo 60)
            
  (theme :omn omn
         :channel 1
         :sound 'gm
         :program 0)
  )

 

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