Skip to content

Commit

Permalink
fixed undefined in silence block (#3860)
Browse files Browse the repository at this point in the history
* fixed undefined in silence block

* upd
  • Loading branch information
Mubashirshariq authored Apr 13, 2024
1 parent 1eb9a7b commit 87eb6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/utils/musicutils.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const NSYMBOLS = { 1: "𝅝", 2: "π…ž", 4: "β™©", 8: "β™ͺ", 16: "𝅑" };
* @constant {Object.<number, string>}
* @default
*/
const RSYMBOLS = { 1: "𝄻", 2: "𝄼", 4: "𝄽" };
const RSYMBOLS = { 1: "𝄻", 2: "𝄼", 4: "𝄽",8: "𝄾", 16: "𝄿" };

/**
* Maps from notes with flats to their corresponding notes with 'β™­' (flat) symbol.
Expand Down

0 comments on commit 87eb6be

Please sign in to comment.