]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
release: 1.5.29
[lilypond.git] / lily / include / stem-tremolo.hh
index 11fa9dda0c0bf90d4e89281201dc2d052ef8dc9e..1a6d9248e8e865d82bcc2e8d4193c1b92519fc33 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--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Stem_tremolo
 {
 public:
-  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);
+  static void set_interface (Grob*);
+  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (height, (SCM,SCM));
+  static void set_stem (Grob*me, Grob *st);
 };
 
 #endif /* ABBREV_HH */