JulioHerrlein Posted July 25, 2018 Share Posted July 25, 2018 Dear Friends, I'm setting some 12-tone examples for classroom. I just want to show some rows with motives, in the example below. I'd like to force this omn expression to make a snippet in 4/4 only or 2/4, without having to use def score. Is it possible ? It's easier for faster classroom purposes. Best, Julio (setf clodorow '(a4 gs5 c5 d5 bb4 b4 fs5 f5 cs5 g5 ds5 e5)) (setf serierit '(q.. s -s s s s -s e._q -s s -s s_q)) (make-omn :length serierit :pitch clodorow :velocity '(pp sfz p < f pp mf mf mp mp) :length-symbols t) It's genarating a 7/4 snippet. I would prefer it in 2/4 or 4/4... Any help ? Best, Julio Quote Link to comment Share on other sites More sharing options...
opmo Posted July 25, 2018 Share Posted July 25, 2018 In the next update you will be able to change the *audition-time-signature*: (defparameter *audition-time-signature* '(4 4)) (defparameter *audition-time-signature* '(3 4)) ... The default setup is: (defparameter *audition-time-signature* nil) JulioHerrlein 1 Quote Link to comment Share on other sites More sharing options...
JulioHerrlein Posted July 25, 2018 Author Share Posted July 25, 2018 Thanks a lot, Janusz ! Quote Link to comment Share on other sites More sharing options...
torstenanders Posted July 26, 2018 Share Posted July 26, 2018 Great. How do we document such features so that there is an obvious place for them for new users? Best, Torsten Quote Link to comment Share on other sites More sharing options...
opmo Posted July 26, 2018 Share Posted July 26, 2018 You find them all in the snippet document. torstenanders, JulioHerrlein and hujairi 2 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.