]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
($(outdir)/%.pdf): add DVIPS_FLAGS. This will
[lilypond.git] / lily / include / stem-tremolo.hh
index ef23aadfde82ec64d910386afabae784676d0471..8cddd8f18a742c45973f875006c9b79c8dd3a810 100644 (file)
@@ -3,27 +3,26 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef ABBREV_HH
 #define ABBREV_HH
 
-#include "item.hh"
+#include "lily-proto.hh"
+#include "lily-guile.hh"
 
-
-class Stem_tremolo : public Item {
-protected:
-  Stem * stem_l () const;
-  virtual void do_print () const;
-  virtual Molecule *do_brew_molecule_p () const;
-
-  static Interval dim_callback (Dimension_cache const*);
+class Stem_tremolo
+{
 public:
-  int abbrev_flags_i_;
-  Stem_tremolo ();
-  void set_stem (Stem *);
+  
+  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 void set_stem (Grob*me, Grob *st);
+  static Stencil raw_stencil (Grob*);
 };
 
 #endif /* ABBREV_HH */