A tool for parsing and transforming chart map.
java -jar cm.jar analyze -i <path-to-xml>
java -jar cm.jar transform <operation> [...args] -i <path-to-xml-input> -o <path-to-xml-output>
Changes the width of notes.
java -jar cm.jar transform width <ratio: double> -i <path-to-xml-input> -o <path-to-xml-output>
java -jar cm.jar transform mirror -i <path-to-xml-input> -o <path-to-xml-output>