I noticed that having an addX annotation without square brackets produces issues within music21. For example, it won't make any changes to the attribute .addedSteps, whereas [addX] would add the interval to .addedSteps.
This PR changes one instance where addX is used without square brackets, and another instance with a weird syntax.
I noticed that having an
addX
annotation without square brackets produces issues within music21. For example, it won't make any changes to the attribute.addedSteps
, whereas[addX]
would add the interval to.addedSteps
.This PR changes one instance where
addX
is used without square brackets, and another instance with a weird syntax.