Skip to content

Commit f5f53fd

Browse files
authored
Use simple names for notes up to level 3 instead of 2
1 parent e906a54 commit f5f53fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/assets/scripts/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ const Config = {
8181
bassClef: false,
8282
notes: ["f'", "g'", "a'", "h'", "c''", "d''"],
8383
otherNotes: ["d'", "e'", "f'", "g'", "a'", "h'", "c''"],
84+
useSimpleNames: true,
8485
colorStyle: 1,
8586
completionScore: 200,
8687
theory: 'theory/level03.pdf',

0 commit comments

Comments
 (0)