2021.12.12

This commit is contained in:
Seymour Shlien
2021-12-12 15:59:49 -05:00
parent 3e1306aa26
commit 402f1ba212
5 changed files with 8 additions and 4 deletions

View File

@@ -531,7 +531,7 @@ int pass;
if (bar_denom != 1) {
sprintf(msg+strlen(msg), "/%d", bar_denom);
};
sprintf(msg+strlen(msg), " units instead of %d", barsize);
sprintf(msg+strlen(msg), " time units while the time signature has %d", barsize);
if (pass == 2) {
strcat(msg, " in repeat");
};