From 2f85922294cdb5e0f1ed39aa58a409f8330f2373 Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 4 Aug 2020 11:19:08 -0400 Subject: [PATCH] xscore_gen.md : Added common error messages. cmtoools.c : Changed character flag for 'damperRptFl' to 'u'. --- doc/xscore_gen.md | 18 ++++++++++++++++++ src/cmtools/cmtools.c | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/xscore_gen.md b/doc/xscore_gen.md index ae99fa1..7d4397e 100644 --- a/doc/xscore_gen.md +++ b/doc/xscore_gen.md @@ -277,3 +277,21 @@ in the voice assigned to the first note in the fork will be included in the dynamic change. To exclude a note from the fork assign it a lower case mark. +Common Error Messages: +---------------------- + +The tied C#3 in measure 13 (tick:198460) was not terminated. + +The tied Bb3 in measure 12 marked as a tied note but is also marked to sound. + + +Damper down not preceded by damper up in measure:10. + +Damper up not preceded by damper down in measure:23. + +Damper up/down not preceded by damper down in measure:%34. + + +A shorten/shift operation was done to reconcile two overlapped D4 (ticks:1651523 1651983) notes in measure 335. + +A time embedded note (bar=350 A5) was removed even though it overlapped with a note in the same voice. diff --git a/src/cmtools/cmtools.c b/src/cmtools/cmtools.c index 7a12c8c..ed1eca3 100644 --- a/src/cmtools/cmtools.c +++ b/src/cmtools/cmtools.c @@ -350,7 +350,7 @@ int main( int argc, char* argv[] ) cmPgmOptInstallInt( poH, kBegBpmPoId, 'e', "beg_bpm", 0, 0, &begTempoBPM, 1, "Set to 0 to use the tempo from the score otherwise set to use the tempo at begMeasNumb." ); - cmPgmOptInstallFlag( poH, kDamperRptPoId, 'p', "damper", 0, 1, &damperRptFl, 1, + cmPgmOptInstallFlag( poH, kDamperRptPoId, 'u', "damper", 0, 1, &damperRptFl, 1, "Print the pedal events during 'score_gen' processing."); cmPgmOptInstallFlag( poH, kSvgStandAloneFlPoId, 'n', "svg_stand_alone_fl",0, 1, &svgStandAloneFl, 1,