]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.10
authorfred <fred>
Sun, 24 Mar 2002 19:54:32 +0000 (19:54 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:54:32 +0000 (19:54 +0000)
lily/include/header.hh
lily/my-lily-parser.cc

index e48733ece43afd9baafd6ffb309ae9762eb6b6d0..c5fcae96a8006284ad39e920ab3bfd29054a5614 100644 (file)
@@ -16,6 +16,7 @@
 
 struct Header : Assoc<String, String>
 {
+  String TeX_string()const;
 };
 
 #endif // HEADER_HH
index f195e9ef5ed1a51b73d3a474084807624c156eb6..eb5d2f0d82c25cacedad75f8b05dd11698b1b440 100644 (file)
@@ -14,6 +14,8 @@
 #include "musical-request.hh"
 #include "command-request.hh"
 #include "parser.hh"
+#include "header.hh"
+
 
 void
 My_lily_parser::clear_notenames()
@@ -80,6 +82,7 @@ My_lily_parser::parse_file (String init, String s)
 My_lily_parser::~My_lily_parser()
 {
   delete lexer_p_;
+  delete default_header_p_;
 }
   
 void
@@ -270,6 +273,7 @@ My_lily_parser::My_lily_parser (Sources * source_l)
   error_level_i_ = 0;
   last_duration_mode_b_ = true;
   fatal_error_i_ = 0;
+  default_header_p_ =0;
 }
 
 void