]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/custos.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / custos.hh
index d962ef975f20a41d287b3e594bde308ce8442a4e..90d35676aa3a76246e601f8c2433024cc959043f 100644 (file)
@@ -3,18 +3,23 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (C) 2000 Juergen Reuter <reuterj@ira.uka.de>
+  (c) 2000--2008 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #ifndef CUSTOS_HH
 #define CUSTOS_HH
 
-#include "lily-guile.hh"
+#include "lily-proto.hh"
+#include "grob-interface.hh"
 
 struct Custos
 {
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  static bool has_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_GROB_INTERFACE();
+
+private:
+  static void add_streepjes (Grob *me, int pos, int interspaces, Stencil *custos_);
+  static Stencil create_ledger_line (Interval x_extent, Grob *me);
 };
 
 #endif // CUSTOS_HH