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