]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ambitus.hh
Fix #219.
[lilypond.git] / lily / include / ambitus.hh
index ea80b286217acae57d85e8f8c2c2cb10e1c95fd5..d687e20be4cc8d2a451222926bc53446279be857 100644 (file)
@@ -3,20 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2000--2006 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #ifndef AMBITUS_HH
 #define AMBITUS_HH
 
-#include "lily-guile.hh"
-
-class Grob;
+#include "lily-proto.hh"
+#include "grob-interface.hh"
 
 struct Ambitus
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM smob));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
   static Slice get_positions (Grob *);
   static Interval head_width (Grob *me, Grob *common);
 };