An app which can sight-read piano sheet music. Try it out at: http://k15z.github.io/note-scanner/
-
Divide a sheet of music up into lines
- Just look for a lot of horizontal white space
-
Divide a line into measures
- Just look for narrow vertical lines
-
Divide a measure into parts
- Just look for some horizontal white space
-
Analyze each measure
- treble/bass clef
- time signatures
- key signatures
- notes/rests
-
Reassemble the music as a MusicXML file