From c0fa9d5b84c7d2d4d13a3a178df2564439b01f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trevor=20Ba=C4=8Da?= Date: Mon, 8 Jan 2024 09:29:40 -0500 Subject: [PATCH] Cleaned up makers.py. --- abjadext/rmakers/makers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/abjadext/rmakers/makers.py b/abjadext/rmakers/makers.py index 782bfc9..801c558 100644 --- a/abjadext/rmakers/makers.py +++ b/abjadext/rmakers/makers.py @@ -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)