Hi list
We are developing an application wich converts music XML files into readable text for blind musicians, so they can benefit from XML books. We have to scan the books and OCR them, and then export the notation from the OCR application as XML so the data becomes accessible with our application to them.
Currently we are facing two big question.
1. What is the standard way of representing string and fret numbers for guitar which is supported by regular music creation softwares? Can you guide me to any reference?
2. How can we create XML documents wich contain string numbers and fret numbers for guitar? When we OCR a guitar piece and export to XML, the string numbers disappear and only the notes remain in the document. How can we manually add the string numbers in an XML supported application so that the XML document contain string numbers?
I'd really appreciate your help.