Abjad / abjad

Abjad is a Python API for building LilyPond files. Use Abjad to make PDFs of music notation.
https://abjad.github.io
GNU General Public License v3.0
234 stars 41 forks source link

FIX. Taught container __delitem__() not to orphan dependent wrappers #1570

Closed trevorbaca closed 7 months ago

trevorbaca commented 7 months ago

FIX. Taught abjad.Container.delitem() not to orphan dependent wrappers.

Added abjad.wf.check_orphaned_dependent_wrappers().

Registered pcollections.py classes as ABC sequences.