]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/arpeggio.hh
* scm/framework-ps.scm (write-preamble): embed CFFs if file name
[lilypond.git] / lily / include / arpeggio.hh
index d397abcfedfd56f1c709dafb9bbad290148411ec..aa2e36260e1d1b367a8c705d95e1d8dee5a9e483 100644 (file)
@@ -1,9 +1,9 @@
 /*
   arpegio.hh -- declare Arpeggio
-  
+
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 2000--2005 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_callback, (SCM, SCM));
+  static bool has_interface (Grob *);
 };
 
 #endif /* ARPEGGIO_HH */