mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-24 03:58:53 +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();
|
.outerJoin();
|
||||||
});
|
});
|
||||||
|
|
||||||
registerVoicings('ireal', simple);
|
const withEmptyAsMajor = (set) => ({ ...set, '': set['^'] });
|
||||||
registerVoicings('ireal-ext', complex);
|
|
||||||
|
registerVoicings('ireal', withEmptyAsMajor(simple));
|
||||||
|
registerVoicings('ireal-ext', withEmptyAsMajor(complex));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user