Skip to content

Commit

Permalink
Use simple names for notes up to level 3 instead of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Waboodoo authored Apr 14, 2024
1 parent e906a54 commit f5f53fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/scripts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const Config = {
bassClef: false,
notes: ["f'", "g'", "a'", "h'", "c''", "d''"],
otherNotes: ["d'", "e'", "f'", "g'", "a'", "h'", "c''"],
useSimpleNames: true,
colorStyle: 1,
completionScore: 200,
theory: 'theory/level03.pdf',
Expand Down

0 comments on commit f5f53fd

Please sign in to comment.