]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
patch::: 1.3.96.jcn9
[lilypond.git] / lily / include / stem-tremolo.hh
index 2e963007e26aa438c542f93720866c4247139f94..11fa9dda0c0bf90d4e89281201dc2d052ef8dc9e 100644 (file)
 #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 Molecule do_brew_molecule () const;
-
-  static Interval dim_callback (Dimension_cache const*);
+class Stem_tremolo
+{
 public:
-  Stem_tremolo ();
-  void set_stem (Stem *);
+  static void set_interface (Score_element*);
+  static bool has_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK(dim_callback, (SCM smob, SCM axis));
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  static void set_stem (Score_element*me, Score_element *st);
 };
 
 #endif /* ABBREV_HH */