]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
release commit
[lilypond.git] / lily / include / stem-tremolo.hh
index 344d1f5568b81cd83b39b7171ea208b617b83213..d172d183b339f658e5ef9776ba8c05bc0ec983b3 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   stem-tremolo.hh -- declare Abbreviation
-  
+
   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@xs4all.nl>
+*/
 
 #ifndef ABBREV_HH
 #define ABBREV_HH
 class Stem_tremolo
 {
 public:
-  static void set_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));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_SCHEME_CALLBACK (height, (SCM));
+  static Stencil raw_stencil (Grob *);
 };
 
 #endif /* ABBREV_HH */