]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/my-lily-lexer.hh
* Documentation/user/GNUmakefile
[lilypond.git] / lily / include / my-lily-lexer.hh
index f416eecfa9c8dbe90e980dd70a674bc24b765ad8..e50fd7273c8a295460f8c67620ba4fc0c51cdf6b 100644 (file)
@@ -12,7 +12,6 @@
 #include "includable-lexer.hh"
 
 #include "input.hh"
-#include "dictionary.hh"
 #include "lily-proto.hh"
 #include "flower-proto.hh"
 #include "array.hh"
@@ -25,12 +24,12 @@ bool busy_parsing ();
 void kill_lexer ();
 void set_lexer ();
 
-/// lexer for Lilypond
+/// lexer for LilyPond
 class My_lily_lexer : public Includable_lexer 
 {
   Protected_scm scopes_;
 public:
-  String main_input_string_;
+  String main_input_name_;
   void * lexval;
   bool main_input_b_;