]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/atom.hh
release: 1.3.30
[lilypond.git] / lily / include / atom.hh
index 4b76e4018cff2d61b6876d5b905df74a0a5ff1e4..576dc45e1a626f286538836e36fcd3887cd9a45f 100644 (file)
@@ -3,33 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef ATOM_HH
 #define ATOM_HH
 
-#include "string.hh"
-#include "boxes.hh"
 #include "lily-proto.hh"
 
+#include "lily-guile.hh"
 
-/// a symbol which can be translated, and freely copied
-class Atom {
-  Offset off_;
-public:
-  String tex_;
-  Box dim_;
 
-  String str() const;          // for printing.
-  Atom (String, Box);
-  Atom ();
-  void translate (Offset o);
-  void translate_axis (Real r,Axis a);
-  /// how big is #this#?
-  Box extent() const;
-  void print() const;
-  String TeX_string() const;
-  bool check_infinity_b () const;
-};
 #endif