Skip to content

v3.14

Compare
Choose a tag to compare
@trevorbaca trevorbaca released this 01 Nov 21:33
· 150 commits to main since this release
v3.14

Abjad 3.14 works with Python 3.10 (and 3.11) and LilyPond 2.23.6 (and later).

NEW: use python -m pip install abjad[dev] to install Abjad's development dependencies. See #1483.

REMOVED: natural-language inequalities have been removed from abjad.Timespan. See #1491.

REMOVED: replaced third-party quicktions with built-in fractions. See #1489.

REMOVED: abjad.NoteMaker, abjad.LeafMaker; use abjad.makers.make_notes(), abjad.makers.make_leaves() instead. See #1478.

FIXED: abjad.MetronomeMark.textual_indication is now formatted exactly as entered by the user. See #1498.