/// the total music def of one movement
struct Input_score {
/// defined where?
- String define_spot_str_;
+ const char* defined_ch_c_l_;
int errorlevel_i_;
/// paper_, staffs_ and commands_ form the problem definition.
struct Input_staff {
/// defined where?
- String define_spot_str_;
+ const char * defined_ch_c_l_;
String type;
IPointerList<Input_command*> commands_;
IPointerList<Input_music*> music_;
bool in_b( char const* pos_ch_c_l );
int line_i( char const* pos_ch_c_l );
String name_str();
+ String file_line_no_str(const char *ch_c_l );
private:
void close();