]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ambitus.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / ambitus.hh
index 3789970e16d6166db5b1da6a378a869181833169..a72acba8fa9b332d767d37729aaba2e21fe7e9eb 100644 (file)
@@ -3,18 +3,21 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  2000--2003 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2000--2008 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #ifndef AMBITUS_HH
 #define AMBITUS_HH
 
-#include "lily-guile.hh"
+#include "lily-proto.hh"
+#include "grob-interface.hh"
 
 struct Ambitus
 {
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM smob));
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM smob));
+  DECLARE_GROB_INTERFACE();
+  static Slice get_positions (Grob *);
+  static Interval head_width (Grob *me, Grob *common);
 };
 
 #endif // AMBITUS_HH