]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
*** empty log message ***
[lilypond.git] / lily / include / stem-tremolo.hh
index 71ad91559327317b5b9154112c09312f70735220..dd9a21a4d58ba5caf85dc440eaae897d0ace5163 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Stem_tremolo
 {
 public:
-  static void set_interface (Score_element*);
-  static bool has_interface (Score_element*);
-  static Interval dim_callback (Score_element*, Axis);
-  static SCM brew_molecule (SCM);
-  static void set_stem (Score_element*me, Score_element *st);
+  
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
+  DECLARE_SCHEME_CALLBACK (height, (SCM,SCM));
+  static Stencil raw_stencil (Grob*);
 };
 
 #endif /* ABBREV_HH */