]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:43:57 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:57 +0000 (19:43 +0000)
lily/include/molecule.hh

index 3904acb4bf121f50a6fa76a20fd4785e7be85b97..0ccb399a03a1de60ad2f8224e6cb0089e3cc6bbf 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef MOLECULE_HH
 #define MOLECULE_HH
 
-#include "proto.hh"
+#include "lily-proto.hh"
 #include "plist.hh"
 #include "boxes.hh"
 #include "symbol.hh"
@@ -23,7 +23,7 @@ struct Atom {
 
     void print() const;
 
-    String TeXstring() const;
+    String TeX_string() const;
 };
 
 
@@ -47,7 +47,7 @@ struct Molecule {
     /// how big is #this#? 
     Box extent() const;
 
-    String TeXstring() const;
+    String TeX_string() const;
 
     Molecule(const Molecule&s);
     void print() const;