Version history
Abjad 1.1
Abjad 1.1.0
Abjad 1.1.tar.gz |
Documentation
- Many structure transform tools added. See the abjad.tools.*
in the Abjad API package.
- Construction, transformation, manipulation and all other tools
now grouped cleanly into packages.
- New abjad-book application available.
Use abjad-book to interpret Abjad code blocks embedded in
HTML, LaTex and reST documents.
Abjad 1.0.1055
Abjad 1.0.1055dev.tar.gz
Changes to the public interface:
- Abjad now models ties exclusively with the Tie spanner.
The old _TieInterface._set attribute is now deprecated.
- You can no longer say t.tie = True or t.tie = False,
for leaf t. You must structurally span t as Tie(t)
instead.
- New public properties in _SpannerReceptor:
chain, parented, count.
- New public helpers:
- construct.notes_curve()
- durtools.rationalize()
- iterate.tie_chains()
- list_helpers()
- mathtools.interpolate_divide()
- measuretools.concentrate()
- measuretools.scale_and_remeter()
- measuretools.spin()
- play()
- Grace note append() and extend() no longer throw errors.