tietools.get_tie_chains

abjad.tools.tietools.get_tie_chains(components)
This function returns all tie chains in components. A tie chain may not encompass all the leaves spanned by its corresponding Tie spanner, but only those found in the given list. i.e. the function returns the intersection between all the leav es spanned by all tie spanners touching the components given and the leaves found in the given components list.

Previous topic

tietools.get_leaves

Next topic

tietools.group_by_parent

This Page