]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/custos.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / custos.hh
index 5c706e8154a87269d18b8bded4e41acb45a706bf..d1a26ab4a4f60b89cf6f191ce61701f2aeb95d46 100644 (file)
@@ -3,26 +3,23 @@
 
   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 CUSTOS_HH
 #define CUSTOS_HH
 
-#include "lily-guile.hh"
-
-class Grob;
-class Stencil;
+#include "lily-proto.hh"
+#include "grob-interface.hh"
 
 struct Custos
 {
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 
 private:
   static void add_streepjes (Grob *me, int pos, int interspaces, Stencil *custos_);
   static Stencil create_ledger_line (Interval x_extent, Grob *me);
-
 };
 
 #endif // CUSTOS_HH