trevorbaca / baca

Trevor Bača's Abjad library.
8 stars 3 forks source link

Refactor tweak() #32

Closed trevorbaca closed 4 years ago

trevorbaca commented 5 years ago

Make this work:

    baca.rehearsal_mark(
        'C',
        abjad.tweak(
            (0, 14),
            tag=baca.enums.ONLY_SCORE,
            ).extra_offset,
        abjad.tweak(
            (0, 18),
            tag=baca.enums.ONLY_SEGMENT,
            ).extra_offset,
        )

Currently, the first tweak applies and then the second tweak overwrites the first tweak.

trevorbaca commented 4 years ago

Moved to Abjad as issue #1137.