]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / include / arpeggio.hh
index 362c87e193472611d999b8daa8c06a5c33b9a8de..2a5d94fc7bb29ce4a2658487a1ec52674ffdf93f 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  2000--2003 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef ARPEGGIO_HH
 class Arpeggio
 {
 public:
-  static SCM brew_molecule (SCM);
-  static bool has_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
+  DECLARE_SCHEME_CALLBACK (width_callback, (SCM,SCM));
+  static bool has_interface (Grob*);
 };
 
 #endif /* ARPEGGIO_HH */