2020.10.12

This commit is contained in:
Seymour Shlien
2020-10-12 07:59:07 -04:00
parent 6c9ec6de0e
commit 54a3b903c4
10 changed files with 288 additions and 201 deletions

View File

@@ -185,7 +185,7 @@ int main()
*/
#define VERSION "4.42 Ocober 01 2020 abc2midi"
#define VERSION "4.43 Ocober 12 2020 abc2midi"
/* enables reading V: indication in header */
#define XTEN1 1
@@ -892,6 +892,10 @@ char **filename;
} else {
check = 0;
};
/* disable repeat checking because abc2midi does its own workaround
* attempting to fix various repeat errors.
*/
repcheck = 0;
/* look for filename-from-tune-titles option */
namelimit = 252;
titlenames = 0;