]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
improve freetype error reporting.
[lilypond.git] / lily / include / arpeggio.hh
index c99b8c9f0d672cb8eb66c99ceb5a5df7e71a56c1..b58fd9e299b6db645c8e3347510dc5a5f6dd3d7e 100644 (file)
@@ -3,14 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef ARPEGGIO_HH
 #define ARPEGGIO_HH
 
-#include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
+
 
 class Arpeggio
 {
@@ -18,7 +19,7 @@ public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
   DECLARE_SCHEME_CALLBACK (width, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* ARPEGGIO_HH */