]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / arpeggio.hh
index 362c87e193472611d999b8daa8c06a5c33b9a8de..4d740dbc15bc2b2b8c0a77f45db5f674e1ca6ca0 100644 (file)
@@ -1,22 +1,25 @@
 /*
   arpegio.hh -- declare Arpeggio
-  
+
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2006 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
 {
 public:
-  static SCM brew_molecule (SCM);
-  static bool has_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
+  DECLARE_SCHEME_CALLBACK (width, (SCM));
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif /* ARPEGGIO_HH */