syncopika / mmp-to-MusicXML

convert LMMS mmp files to MusicXML
https://syncopika.github.io/mmp-to-MusicXML/
5 stars 2 forks source link

New command-line options and a self.minor variable #8

Closed nicolai-rostov closed 2 months ago

nicolai-rostov commented 2 months ago

Hello @syncopika,

I'd like to share some ideas with you in a branch I forked from your add-specified-key-signature-support.

First, I've added 2 command-line options:

--title to allow user-defined piece titles; --names to allow user-defined instrument names.

And, more important to our key-signatures issue, I though it might be useful if converter knows by means of a self.minor boolean when the key signature it's working from is derived from a minor key command-line option.

I started learning Python yesterday, so please forgive any Perlish line.

Best,