// // Programmer: Craig Stuart Sapp // Creation Date: Fri Aug 9 22:28:52 PDT 2013 // Last Modified: Fri Aug 9 22:28:59 PDT 2013 // Filename: ...sig/examples/all/tieedit.cpp // Web Address: http://sig.sapp.org/examples/museinfo/humdrum/tieedit.cpp // Syntax: C++; museinfo // // Description: Identify problems with editorial accidentals on tied notes. // #include "humdrum.h" // function declarations: void checkOptions (Options& opts, int argc, char** argv); void example (void); void usage (const char* command); // User interface variables: Options options; int segmentQ = 0; // used with -s option ////////////////////////////////////////////////////////////////////////// int main(int argc, char** argv) { HumdrumFile infile; // process the command-line options checkOptions(options, argc, argv); // figure out the number of input files to process numinputs = options.getArgCount(); const char* filename = ""; for (int i=0; i