Rangarajan Posted January 30, 2016 Share Posted January 30, 2016 Hi, When I write code in the main Composer window, I have the menu option to "Evaluate and Play" and "Evaluate and Notation". Is there a way to do both, that is, play as well as render the notation for the score I write? Because of the random nature of the notes generated in my code, I cannot do one (Play) and then the other (Notation), because the values would change every time. It would help if I can do both at the same time so that I can check if what I am doing is correct. Regards, Rangarajan Quote Link to comment Share on other sites More sharing options...
opmo Posted January 30, 2016 Share Posted January 30, 2016 The 'Last Score' (Tools menu) will play or display the last compiled score. For MIDI player the command is ⌃⌥⌘P and for the notation ⌃⌥⌘N That simple :-) To display notation and player in the same time: (display-midi 'your-score) (display-musicxml 'your-score) Quote Link to comment Share on other sites More sharing options...
Rangarajan Posted January 30, 2016 Author Share Posted January 30, 2016 Thanks! Yes, it is straightforward. Regards, Rangarajan 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.