Browse Source

cmXScore.h : Updated notes in comments.

master
kevin 8 years ago
parent
commit
a09785024e
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      app/cmXScore.h

+ 4
- 1
app/cmXScore.h View File

@@ -50,7 +50,10 @@ extern "C" {
50 50
   //13) Check that the measures are given in sorted order.
51 51
   //14) Current implementation assumes meter changes only occur at measure boundaries.
52 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 57
   cmXsRC_t cmXScoreInitialize( cmCtx_t* ctx, cmXsH_t* hp, const cmChar_t* xmlFn, const cmChar_t* midiFn );
55 58
   cmXsRC_t cmXScoreFinalize( cmXsH_t* hp );
56 59
 

Loading…
Cancel
Save