LICENSE
MANIFEST.in
pyproject.toml
src/integerbook/__init__.py
src/integerbook/bar.py
src/integerbook/chord.py
src/integerbook/note.py
src/integerbook/run_single.py
src/integerbook/sheet.py
src/integerbook.egg-info/PKG-INFO
src/integerbook.egg-info/SOURCES.txt
src/integerbook.egg-info/dependency_links.txt
src/integerbook.egg-info/requires.txt
src/integerbook.egg-info/top_level.txt
src/integerbook/canvas/__init__.py
src/integerbook/canvas/canvas_manager.py
src/integerbook/canvas/patches.py
src/integerbook/parser/__init__.py
src/integerbook/parser/bar_repeat_parsers.py
src/integerbook/parser/bar_vline_parsers.py
src/integerbook/parser/base_parser.py
src/integerbook/parser/chordKindAbbreviations.json
src/integerbook/parser/chord_note_parser.py
src/integerbook/parser/chord_parser.py
src/integerbook/parser/glissando_parser.py
src/integerbook/parser/grace_note_parser.py
src/integerbook/parser/location_parser.py
src/integerbook/parser/lyric_parser.py
src/integerbook/parser/main_parser.py
src/integerbook/parser/misc_parser.py
src/integerbook/parser/note_parser.py
src/integerbook/parser/parse_settings.json
src/integerbook/parser/parse_settings.py
src/integerbook/parser/preprocessor.py
src/integerbook/parser/string_articulation_parser.py
src/integerbook/plotter/MetadataPlotter.py
src/integerbook/plotter/__init__.py
src/integerbook/plotter/barline_plotter.py
src/integerbook/plotter/base_plotter.py
src/integerbook/plotter/chord_plotter.py
src/integerbook/plotter/glissando_plotter.py
src/integerbook/plotter/grace_note_plotter.py
src/integerbook/plotter/lyric_plotter.py
src/integerbook/plotter/main_plotter.py
src/integerbook/plotter/measure_divider_plotter.py
src/integerbook/plotter/note_plotter.py
src/integerbook/plotter/plot_settings.json
src/integerbook/plotter/plot_settings.py
src/integerbook/plotter/repeat_bracket_plotter.py
src/integerbook/plotter/string_articulation_plotter.py
src/integerbook/plotter/x_location_finder.py
src/integerbook/plotter/y_location_finder.py
src/integerbook/tests/__init__.py
src/integerbook/tests/test.py