]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
*** empty log message ***
[lilypond.git] / lily / include / arpeggio.hh
index d397abcfedfd56f1c709dafb9bbad290148411ec..f2a65a77257cdb6276678aba7be9f97f701efdce 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef ARPEGGIO_HH
@@ -15,7 +15,8 @@
 class Arpeggio
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
   DECLARE_SCHEME_CALLBACK (width_callback, (SCM,SCM));
   static bool has_interface (Grob*);
 };