2025.01.07

This commit is contained in:
sshlien
2025-01-07 13:06:04 -05:00
parent 659270b0c9
commit 8d5df56596
5 changed files with 55 additions and 31 deletions

View File

@@ -674,7 +674,7 @@ ismicrotone (p, dir)
return 1;
}
setmicrotone.num = 0;
setmicrotone.denom = 0;
setmicrotone.denom = 1;
return 0;
}
@@ -1347,6 +1347,7 @@ static void process_microtones (int *parsed, char word[],
if (j > 7) {
j = (int) c - 'a';
}
if (word[0] == '_') a = -a; /* [SS] 2025-01-07 */
if (j > 7 || j < 0) {
event_error ("Not a valid microtone");
return;