]> git.donarmstrong.com Git - lilypond.git/blobdiff - molecule.hh
release: 0.0.5
[lilypond.git] / molecule.hh
index 60a7a05f44ed8664a6458a0f1eaf6131af575b0b..05ec64e3e09b13843ee2b837db373dba80c31b86 100644 (file)
@@ -18,6 +18,7 @@ struct Atom {
     Box extent() const;
     Atom(Symbol s);
 
+  void print() const;
 
     String TeXstring() const;
 };
@@ -42,6 +43,7 @@ struct Molecule {
     String TeXstring() const;
 
     Molecule(const Molecule&s);
+    void print() const;
 private:
     void operator=(const Molecule&);
 };