mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix: add empty string as major alias
This commit is contained in:
parent
b1a4788442
commit
5f57951e3d
@ -208,5 +208,7 @@ export const voicing = register('voicing', function (pat) {
|
||||
.outerJoin();
|
||||
});
|
||||
|
||||
registerVoicings('ireal', simple);
|
||||
registerVoicings('ireal-ext', complex);
|
||||
const withEmptyAsMajor = (set) => ({ ...set, '': set['^'] });
|
||||
|
||||
registerVoicings('ireal', withEmptyAsMajor(simple));
|
||||
registerVoicings('ireal-ext', withEmptyAsMajor(complex));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user