mirror of
https://github.com/sshlien/abcmidi.git
synced 2026-04-15 14:23:41 +00:00
2022.12.27
This commit is contained in:
4
store.c
4
store.c
@@ -186,7 +186,7 @@ int main()
|
||||
|
||||
*/
|
||||
|
||||
#define VERSION "4.77 December 21 2022 abc2midi"
|
||||
#define VERSION "4.78 December 27 2022 abc2midi"
|
||||
|
||||
/* enables reading V: indication in header */
|
||||
#define XTEN1 1
|
||||
@@ -3450,7 +3450,7 @@ static void brokenadjust()
|
||||
};
|
||||
};
|
||||
if (failed) {
|
||||
event_error("Cannot apply broken rhythm");
|
||||
event_error("Cannot apply broken rhythm. Notes not equal durations");
|
||||
} else {
|
||||
/*
|
||||
printf("Adjusting %d to %d and %d to %d\n",
|
||||
|
||||
Reference in New Issue
Block a user