]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem-tremolo.hh
(Paper_column): copy rank_. This fixes
[lilypond.git] / lily / include / stem-tremolo.hh
index d214822688d626c372afa2a2bb43a2d8deaf3ab5..47255b3f9dd468fc41ca1256a776d670002e0815 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -19,10 +19,9 @@ public:
   
   static bool has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis));
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
   DECLARE_SCHEME_CALLBACK (height, (SCM,SCM));
-  static void set_stem (Grob*me, Grob *st);
-  static Molecule raw_molecule (Grob*);
+  static Stencil raw_stencil (Grob*);
 };
 
 #endif /* ABBREV_HH */