2024.02.14

This commit is contained in:
sshlien
2024-02-14 13:49:35 -05:00
parent b9c48dc778
commit c4c489d111
4 changed files with 91 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ int main()
*/
#define VERSION "4.85 December 23 2023 abc2midi"
#define VERSION "4.86 February 14 2024 abc2midi"
/* enables reading V: indication in header */
#define XTEN1 1
@@ -2946,6 +2946,7 @@ char* s;
part_start[(int)*p - (int)'A'] = notes;
addfeature(PART, (int)*p, 0, 0);
checkbreak();
v1index = notes; /* [SS] 2024-02-14 */
v = getvoicecontext(1);
} else {
parts = 0;