mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-03 22:40:22 -04:00
fix: add empty string as major alias
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user