You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specifiers M % +M can only occur in seventh chords and therefore one of 7 65 43 2 needs to follow it. Since form and figbass are defined in two separate groups, the regex matches even if figbass is missing. To improve the regex would probably require lookaheads. Or we check that elsewhere and/or do some automatic correction, just assuming 7?
The text was updated successfully, but these errors were encountered:
The specifiers
M % +M
can only occur in seventh chords and therefore one of7 65 43 2
needs to follow it. Sinceform
andfigbass
are defined in two separate groups, the regex matches even iffigbass
is missing. To improve the regex would probably require lookaheads. Or we check that elsewhere and/or do some automatic correction, just assuming7
?The text was updated successfully, but these errors were encountered: