On this page
Convert chords to ODT
This script takes a One-Pager Chords XML source file and converts it to an ODT file, e.g.:
python3 toolchain/odt_export.py sample.xmlThe above example will convert sample.xml to the ODT file format and write the output to sample.odt. To find out more, run:
python3 toolchain/odt_export.py --help