Skip to content

Commit

Permalink
accidentalColumnsTable type defined
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Jul 2, 2021
1 parent dd60164 commit f923a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ export const Tables = {
spaced_out_hexachord: [1, 3, 2, 1, 3, 2],
very_spaced_out_hexachord: [1, 2, 1, 2, 1, 2],
},
},
} as Record<number, { [name: string]: number[] }>,

ornamentCodes(acc: string): { code: string } {
const ornaments: Record<string, { code: string }> = {
Expand Down

0 comments on commit f923a9d

Please sign in to comment.