From: fred Date: Sun, 24 Mar 2002 19:30:36 +0000 (+0000) Subject: lilypond-0.0.28 X-Git-Tag: release/1.5.59~5456 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3ad0256683c02855b4a5fe38efdadfb3b27aa142;p=lilypond.git lilypond-0.0.28 --- diff --git a/hdr/inputscore.hh b/hdr/inputscore.hh index 1555456778..94ff045814 100644 --- a/hdr/inputscore.hh +++ b/hdr/inputscore.hh @@ -9,7 +9,7 @@ /// 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. diff --git a/hdr/inputstaff.hh b/hdr/inputstaff.hh index 01062de99c..647ffaf8a5 100644 --- a/hdr/inputstaff.hh +++ b/hdr/inputstaff.hh @@ -15,7 +15,7 @@ struct Input_staff { /// defined where? - String define_spot_str_; + const char * defined_ch_c_l_; String type; IPointerList commands_; IPointerList music_; diff --git a/hdr/sourcefile.hh b/hdr/sourcefile.hh index 5e97f31a22..1e1e2a8692 100644 --- a/hdr/sourcefile.hh +++ b/hdr/sourcefile.hh @@ -21,6 +21,7 @@ public: 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();