August 20, 201510 yr Hi, Just make some attempts to code the trill and the acciaccatura from the attached example. Get only errors. Can you please complete my code line (if it is possible to realize the example)? Thanks, ole (e.. c5 leg t f5 e f5 s e5 leg f5)
August 20, 201510 yr ((e.. c5 leg t f5 e f5 leg s e5 leg f5 tr2 (-app s e5 f5)) (s g5 leg c5 = =)) Please explore the OMN Language which you will find in the Documentation section. app - length from next -app - length from previous
September 28, 201510 yr Hi, With example -app ((e.. c5 leg t f5 e f5 leg s e5 leg f5 tr2 (-app s e5 f5)) (s g5 leg c5 = =)) that's correct but with app, i have this error message : Error: Car of ((e.. c5 leg t f5 e f5 leg s e5 leg f5 tr2 (app s e5 f5)) (s g5 leg c5 = =)) is not a function name or lambda-expression.> While executing: ccl::toplevel-eval, in process Listener-19(25).> Type cmd-. to abort, cmd-\ for a list of available restarts.> Type :? for other options.I don't understand.
September 28, 201510 yr If you like to eval the list you need a quote at the beginning: '((e.. c5 leg t f5 e f5 leg s e5 leg f5 tr2 (-app s e5 f5)) (s g5 leg c5 = =)) For snippet (audition or notation) the quote is not needed.
Create an account or sign in to comment