LICENSE
MANIFEST.in
README.rst
conftest.py
pytest.ini
setup.py
abjad/__init__.py
abjad/_getlib.py
abjad/_indentlib.py
abjad/_iterlib.py
abjad/_updatelib.py
abjad/_version.py
abjad/bind.py
abjad/configuration.py
abjad/contextmanagers.py
abjad/contributions.py
abjad/cyclictuple.py
abjad/deprecated.py
abjad/duration.py
abjad/enumerate.py
abjad/enums.py
abjad/exceptions.py
abjad/format.py
abjad/get.py
abjad/grace_corner_cases.py
abjad/illustrators.py
abjad/indicators.py
abjad/instruments.py
abjad/io.py
abjad/iterate.py
abjad/iterpitches.py
abjad/label.py
abjad/lilypondfile.py
abjad/lyconst.py
abjad/lyenv.py
abjad/lyproxy.py
abjad/makers.py
abjad/math.py
abjad/meter.py
abjad/metricmodulation.py
abjad/mutate.py
abjad/obgc.py
abjad/overrides.py
abjad/parentage.py
abjad/pattern.py
abjad/pcollections.py
abjad/persist.py
abjad/pitch.py
abjad/py.typed
abjad/rhythmtrees.py
abjad/score.py
abjad/select.py
abjad/sequence.py
abjad/setclass.py
abjad/spanners.py
abjad/string.py
abjad/tag.py
abjad/timespan.py
abjad/tweaks.py
abjad/typings.py
abjad/verticalmoment.py
abjad/wf.py
abjad.egg-info/PKG-INFO
abjad.egg-info/SOURCES.txt
abjad.egg-info/dependency_links.txt
abjad.egg-info/requires.txt
abjad.egg-info/top_level.txt
abjad/ext/__init__.py
abjad/ext/sphinx.py
abjad/parsers/__init__.py
abjad/parsers/base.py
abjad/parsers/parse.py
abjad/parsers/parser.py
abjad/parsers/reduced.py
abjad/parsers/scheme.py
abjad/scm/abjad-coloring.ily
abjad/scm/abjad-hairpins.ily
abjad/scm/abjad-make-music-functions.ily
abjad/scm/abjad-metric-modulations.ily
abjad/scm/abjad-metronome-marks.ily
abjad/scm/abjad-spanners.ily
abjad/scm/abjad-text-spanner-line-styles.ily
abjad/scm/abjad.ily
abjad/scm/all-edo-markups-example.ily
abjad/scm/default-et-accidental-markups.ily
abjad/scm/ekmelos-edo-accidental-markups.ily
abjad/scm/ekmelos-ji-accidental-markups.ily
abjad/scm/fraction-accidental-markups.ily
abjad/scm/general-et-accidental-markups.ily
abjad/scm/harmonic-series-layout.ily
abjad/scm/heji2-ji-accidental-markups.ily
abjad/scm/markup-functions.ily
abjad/scm/nalesnik-slash.ily
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