Browse Source

cmScore.c : Added title to cmScorePrint() output.

master
Kevin Larke 8 years ago
parent
commit
69a63690e8
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      app/cmScore.c

+ 5
- 0
app/cmScore.c View File

@@ -2387,6 +2387,11 @@ void cmScorePrint( cmScH_t h, cmRpt_t* rpt )
2387 2387
 {
2388 2388
   cmSc_t* p = _cmScHandleToPtr(h);
2389 2389
   unsigned i;
2390
+
2391
+  cmRptPrintf(rpt,"evnt  CSV       bar\n");
2392
+  cmRptPrintf(rpt,"index line  bar idx type  pitch ETD Dynamic\n");
2393
+  cmRptPrintf(rpt,"----- ----- --- --- ----- ----- --- -------\n");
2394
+     
2390 2395
   for(i=0; i<p->cnt; ++i)
2391 2396
   {
2392 2397
     cmScoreEvt_t* r = p->array + i;

Loading…
Cancel
Save