MarkGotham / When-in-Rome

meta-corpus of and code library for the functional harmonic analysis of music
58 stars 12 forks source link

Adding two syntax corrections to added intervals #9

Closed napulen closed 3 years ago

napulen commented 3 years ago

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.