mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2021.12.12
This commit is contained in:
@@ -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");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user