I was wondering if you have considered alternative options to input notes. The n() calls with all those strings are really tedious and error prone, in my super-tiny experiment.
It'd be fantastic if you could input MIDI files and/or LilyPond file format (or one of its output). Or even if that proves too complicated, perhaps an helper script could use those inputs and generate a (preliminary) list of strings to feed into the n() calls, after some editing/massaging. I know, the latter could be even more tedious than typing everything by hand, since if not carefully organized (and it's probably complicated/impossible to organize them from raw inputs) these strings would be a pain to edit...
I was wondering if you have considered alternative options to input notes. The
n()calls with all those strings are really tedious and error prone, in my super-tiny experiment.It'd be fantastic if you could input MIDI files and/or LilyPond file format (or one of its output). Or even if that proves too complicated, perhaps an helper script could use those inputs and generate a (preliminary) list of strings to feed into the
n()calls, after some editing/massaging. I know, the latter could be even more tedious than typing everything by hand, since if not carefully organized (and it's probably complicated/impossible to organize them from raw inputs) these strings would be a pain to edit...