pip3 install -r requirements.txt
To run:
python3 main.py
Mostly based on how the Avengers.docx are set up
- I expect there is a title for the song, because I will skip the first line
- I expect the angklung parts to be annotated with "Ang."
- I expect the sheets to be in a table format. Each crotchet (beat) is in its own cells. This should result in a 4D nested list representing the whole documents when parsed
- I expect the bar numbers to only be in the first barline, because I will remove it afterwards