]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.28
authorfred <fred>
Sun, 24 Mar 2002 19:30:36 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:36 +0000 (19:30 +0000)
hdr/inputscore.hh
hdr/inputstaff.hh
hdr/sourcefile.hh

index 1555456778716758a7655728abd8d3334d2ce0d8..94ff0458147ad44e01ee56c0a942172dc2105fa6 100644 (file)
@@ -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.
index 01062de99cf76535ce94238142b6573786033413..647ffaf8a5829676af83dd0aaa9362a617bef14c 100644 (file)
@@ -15,7 +15,7 @@
 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_;
index 5e97f31a22098fec0a1ffc3e0d219a73f5e865f5..1e1e2a86922e00c3faa30111fd1a3f06ee1a3940 100644 (file)
@@ -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();