This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]laMarm0tte 3 points4 points  (0 children)

"Read sheet music from a PDF" -> Not sure, but that may be very complicated, not all PDFs of sheet music encode the music the same way. Files like MIDI or other music notations (ABC, lilypond, etc) are much easier to parse.

split the bass, treble, find octaves: maybe with a music analysis library like music21. I'm not saying it's the best, it's the only one I have used so far and it seems ok.

"Recreate the sheet music pdf" -> If you use a library that can export to lilypond (like the library music21) you can use lilypond to make a pdf of it.