LICENSE
README.rst
pyproject.toml
source/abjad/__init__.py
source/abjad/_getlib.py
source/abjad/_indentlib.py
source/abjad/_iterlib.py
source/abjad/_updatelib.py
source/abjad/_version.py
source/abjad/bind.py
source/abjad/configuration.py
source/abjad/contextmanagers.py
source/abjad/contributions.py
source/abjad/cyclictuple.py
source/abjad/deprecated.py
source/abjad/duration.py
source/abjad/enumerate.py
source/abjad/enums.py
source/abjad/exceptions.py
source/abjad/format.py
source/abjad/get.py
source/abjad/grace_corner_cases.py
source/abjad/illustrators.py
source/abjad/indicators.py
source/abjad/instruments.py
source/abjad/io.py
source/abjad/iterate.py
source/abjad/iterpitches.py
source/abjad/label.py
source/abjad/lilypondfile.py
source/abjad/lyconst.py
source/abjad/lyenv.py
source/abjad/lyproxy.py
source/abjad/makers.py
source/abjad/math.py
source/abjad/meter.py
source/abjad/metricmodulation.py
source/abjad/mutate.py
source/abjad/obgc.py
source/abjad/overrides.py
source/abjad/parentage.py
source/abjad/pattern.py
source/abjad/pcollections.py
source/abjad/persist.py
source/abjad/pitch.py
source/abjad/py.typed
source/abjad/rhythmtrees.py
source/abjad/score.py
source/abjad/select.py
source/abjad/sequence.py
source/abjad/setclass.py
source/abjad/spanners.py
source/abjad/string.py
source/abjad/tag.py
source/abjad/timespan.py
source/abjad/tweaks.py
source/abjad/verticalmoment.py
source/abjad/wf.py
source/abjad/wrapper.py
source/abjad.egg-info/PKG-INFO
source/abjad.egg-info/SOURCES.txt
source/abjad.egg-info/dependency_links.txt
source/abjad.egg-info/requires.txt
source/abjad.egg-info/top_level.txt
source/abjad/ext/__init__.py
source/abjad/ext/sphinx.py
source/abjad/parsers/__init__.py
source/abjad/parsers/base.py
source/abjad/parsers/parse.py
source/abjad/parsers/parser.py
source/abjad/parsers/reduced.py
source/abjad/parsers/scheme.py
source/abjad/scm/abjad-coloring.ily
source/abjad/scm/abjad-hairpins.ily
source/abjad/scm/abjad-make-music-functions.ily
source/abjad/scm/abjad-metric-modulations.ily
source/abjad/scm/abjad-metronome-marks.ily
source/abjad/scm/abjad-spanners.ily
source/abjad/scm/abjad-text-spanner-line-styles.ily
source/abjad/scm/abjad.ily
source/abjad/scm/all-edo-markups-example.ily
source/abjad/scm/default-et-accidental-markups.ily
source/abjad/scm/ekmelos-edo-accidental-markups.ily
source/abjad/scm/ekmelos-ji-accidental-markups.ily
source/abjad/scm/fraction-accidental-markups.ily
source/abjad/scm/general-et-accidental-markups.ily
source/abjad/scm/harmonic-series-layout.ily
source/abjad/scm/heji2-ji-accidental-markups.ily
source/abjad/scm/markup-functions.ily
source/abjad/scm/nalesnik-slash.ily
source/abjad/scm/nalesnik-text-spanner-id.ily
tests/test_Accidental.py
tests/test_AfterGraceContainer.py
tests/test_Chord.py
tests/test_Cluster.py
tests/test_Component.py
tests/test_Container.py
tests/test_Leaf.py
tests/test_LogicalTie.py
tests/test_Meter.py
tests/test_MultimeasureRest.py
tests/test_NamedInterval.py
tests/test_NamedIntervalClass.py
tests/test_NamedPitch.py
tests/test_NamedPitchClass.py
tests/test_Note.py
tests/test_NoteHead.py
tests/test_NoteHeadList.py
tests/test_NumberedInterval.py
tests/test_NumberedIntervalClass.py
tests/test_NumberedPitch.py
tests/test_NumberedPitchClass.py
tests/test_Octave.py
tests/test_Rest.py
tests/test_Skip.py
tests/test_Staff.py
tests/test_Tuplet.py
tests/test_Voice.py
tests/test_bind.py
tests/test_class_design.py
tests/test_dynamic.py
tests/test_ext_sphinx.py
tests/test_get.py
tests/test_get_leaf.py
tests/test_get_timespan.py
tests/test_indicators.py
tests/test_io.py
tests/test_iterpitches.py
tests/test_ly_environment.py
tests/test_makers.py
tests/test_mutate_copy.py
tests/test_mutate_extract.py
tests/test_mutate_fuse.py
tests/test_mutate_helpers.py
tests/test_mutate_replace.py
tests/test_mutate_split.py
tests/test_mutate_swap.py
tests/test_obgc.py
tests/test_overrides.py
tests/test_parentage.py
tests/test_parser.py
tests/test_pcollections.py
tests/test_persist.py
tests/test_rhythmtrees.py
tests/test_score.py
tests/test_setting.py