This was my first undertaken in programming, I was learning aong the way. As such the program need some real refactory to the usefull by others. Once this is donne I will write a proper readme.
I takes as input musicXML files and finds all identical sequences of notes per voice.
Sequences can be considered identical given certein parameters. eg: Only notes names. Only notes names and intervals. Only invertals and durations. Only invertals and durations and start point in time. etc. Program derives this and other parameters from the information given by the musicXML files.