|
|
|
|
50
|
//13) Check that the measures are given in sorted order.
|
50
|
//13) Check that the measures are given in sorted order.
|
51
|
//14) Current implementation assumes meter changes only occur at measure boundaries.
|
51
|
//14) Current implementation assumes meter changes only occur at measure boundaries.
|
52
|
//15) Score Fixes: Add meter to bar 1, fix time errors (shown in voice report)
|
52
|
//15) Score Fixes: Add meter to bar 1, fix time errors (shown in voice report)
|
53
|
-
|
|
|
|
|
53
|
+ //16) The order of notes is now correct (4/6/16) after applying
|
|
|
54
|
+ // the grace note ordering changed specified in 'score_print_mk_edit.txt',
|
|
|
55
|
+ // via cmXScoreReorder() however the ticks are now incorrect - fix them.
|
|
|
56
|
+
|
54
|
cmXsRC_t cmXScoreInitialize( cmCtx_t* ctx, cmXsH_t* hp, const cmChar_t* xmlFn, const cmChar_t* midiFn );
|
57
|
cmXsRC_t cmXScoreInitialize( cmCtx_t* ctx, cmXsH_t* hp, const cmChar_t* xmlFn, const cmChar_t* midiFn );
|
55
|
cmXsRC_t cmXScoreFinalize( cmXsH_t* hp );
|
58
|
cmXsRC_t cmXScoreFinalize( cmXsH_t* hp );
|
56
|
|
59
|
|