Converts MIDI files into music box scores that are ready to print.
MusicBoxConverter | ||
.gitignore | ||
MusicBoxConverter.sln | ||
MusicBoxNotes.txt | ||
README.md |
MusicBoxConverter
Converts MIDI files into music box scores that are ready to print.
Usage
- Export the MuseScore file to a MIDI file
- Run the MIDI file through this program.
- Open the resulting SVG in Inkscape
- Print the SVG to PDF (or
inkscape --export-pdf output.pdf input.svg
) - Open the resulting PDF in LibreOffice Draw
- Print to your actual printer - tiling over multiple pages if required.
This somewhat convoluted process prevents anyone from automatically rescaling it along the way.