]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
* lily/accidental-placement.cc (calc_positioning_done): don't
[lilypond.git] / lily / include / arpeggio.hh
index 74411bfc9e04adc741d7e85ef2a924211a6f775a..27f2d14dae17db8a94d76d53458da9509d92b943 100644 (file)
@@ -1,9 +1,9 @@
 /*
   arpegio.hh -- declare Arpeggio
-  
+
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2001 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef ARPEGGIO_HH
 class Arpeggio
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
-  DECLARE_SCHEME_CALLBACK(width_callback, (SCM,SCM));
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (brew_chord_bracket, (SCM));
+  DECLARE_SCHEME_CALLBACK (width, (SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif /* ARPEGGIO_HH */