Hello everybody! Using @JeremyCavanagh 's comments I made a Julia interface to musescore. It is very easy and it is done via a single function call! And it supports both Notes and MIDIFile. However I need someone to test it for me as I am a Windows user!
Please, someone that is willing to do the following on Mac and Linux:
It should produce 1 png file (and display it) and one pdf file (and display it). The pdf file should be 4 pages long. @dpsanders I am taking the liberty to tag you because I know you are both a musician and a julian and a mac user
Glad to be of some use. However, I am trying help you further as
I am running Mac OS X 10.11.6. But, I have a problem, I assume
your code is meant to be run from within Julia (I’m currently
trying 1.0.0). Things appear to be fine until the last line of
each block, which results in the following error message:
ERROR: UndefVarError: musescore not defined
Now just to make life more complicated, the command line call for
MuseScore on the mac is mscore (which does work in terminal) but
results in the same error within Julia.
Have I misunderstood your instructions or is it something else?
Hi Jeremy, thanks for letting me know about mscore. I have changed it in the latest master.
I can see the musescore function in my session. Be sure that you have added the master branch (i.e. development version) of MusicManipulations.jl. Don’t do add MusicManipulations but do add MusicManipulations#master
Very impressive indeed. Works perfectly. I did tell you I wasn't an expert (neither MuseScore nor Julia).
Keep up the good work, I shall be follow with great interest as I'm starting to learn the guitar.