cmScore.c : Added 'loctn' to cmScorePrint() output.

This commit is contained in:
kevin 2016-03-24 19:21:20 -04:00
parent 01bf7de3bd
commit 8531f80438

View File

@ -2390,8 +2390,8 @@ void cmScorePrint( cmScH_t h, cmRpt_t* rpt )
unsigned i;
cmRptPrintf(rpt,"evnt CSV bar\n");
cmRptPrintf(rpt,"index line bar idx type pitch ETD Dynamic\n");
cmRptPrintf(rpt,"----- ----- --- --- ----- ----- --- -------\n");
cmRptPrintf(rpt,"index line loctn bar idx type pitch ETD Dynamic\n");
cmRptPrintf(rpt,"----- ----- ----- --- --- ----- ----- --- -------\n");
for(i=0; i<p->cnt; ++i)
{
@ -2406,9 +2406,10 @@ void cmScorePrint( cmScH_t h, cmRpt_t* rpt )
break;
case kNonEvtScId:
cmRptPrintf(rpt,"%5i %5i %3i %3i %s %5s %c%c%c %s\n",
cmRptPrintf(rpt,"%5i %5i %5i %3i %3i %s %5s %c%c%c %s\n",
i,
r->line,
r->locIdx,
r->barNumb,
r->barNoteIdx,
cmScEvtTypeIdToLabel(r->type),