We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc3146 commit 2461594Copy full SHA for 2461594
js/utils/musicutils.js
@@ -3824,7 +3824,7 @@ function getNote(
3824
let note;
3825
let articulation;
3826
3827
- if (temperament = "equal") {
+ if (temperament in PreDefinedTemperaments) {
3828
// Check for double flat or double sharp. Since bb and x behave
3829
// funny with string operations, we jump through some hoops.
3830
articulation = getArticulation(noteArg);
0 commit comments