]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
release: 1.3.68
[lilypond.git] / lily / include / stem-tremolo.hh
index 2cd904a6320dfd04866d74ba279c8d6224a8d794..344d1f5568b81cd83b39b7171ea208b617b83213 100644 (file)
 #ifndef ABBREV_HH
 #define ABBREV_HH
 
-#include "item.hh"
+#include "lily-proto.hh"
+#include "lily-guile.hh"
 
-
-class Stem_tremolo : public Item {
+class Stem_tremolo
+{
 public:
-  Stem * stem_l () const;
-  SCM member_brew_molecule () const;
-
+  static void set_interface (Score_element*);
   static Interval dim_callback (Score_element*, Axis);
   static SCM brew_molecule (SCM);
-  Stem_tremolo (SCM);
-  void set_stem (Stem *);
+  static void set_stem (Score_element*me, Score_element *st);
 };
 
 #endif /* ABBREV_HH */