#ifndef MOLECULE_HH
#define MOLECULE_HH
-#include "proto.hh"
+#include "lily-proto.hh"
#include "plist.hh"
#include "boxes.hh"
#include "symbol.hh"
void print() const;
- String TeXstring() const;
+ String TeX_string() const;
};
/// how big is #this#?
Box extent() const;
- String TeXstring() const;
+ String TeX_string() const;
Molecule(const Molecule&s);
void print() const;