Skip to content

Commit

Permalink
Cleaned up makers.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 8, 2024
1 parent 86335ab commit c0fa9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abjadext/rmakers/makers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ def accelerando(
components, tuplets = abjad.mutate.eject_contents(voice), []
for component in components:
assert isinstance(component, abjad.Tuplet)
abjad.attach("FEATHER_BEAM_CONTAINER", tuplet)
tuplets.append(component)
state.clear()
state.update(new_state)
Expand Down

0 comments on commit c0fa9d5

Please sign in to comment.