]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
* Documentation/user/tutorial.itely: Revised (continued).
[lilypond.git] / lily / include / stem.hh
index d4637beb42bb4e1753e154080d8fe33bbae468ed..d1060f432bf8f31217098074d14bb64107f482b6 100644 (file)
@@ -1,7 +1,7 @@
 /*
   stem.hh -- declare Stem
 
-  (c)  1996--2003 Han-Wen Nienhuys
+  (c) 1996--2004 Han-Wen Nienhuys
 */
 
 #ifndef STEM_HH
@@ -30,18 +30,18 @@ public:
   static void set_stemend (Grob *,Real);
   static Direction get_default_dir (Grob *);
   static Slice Stem::beam_multiplicity (Grob *);
-
+  static Real thickness (Grob*);
   static int head_count (Grob *);
-  static bool invisible_b (Grob *) ;
+  static bool is_invisible (Grob *) ;
   static Interval head_positions (Grob *);
   static Real get_default_stem_end_position (Grob*me);
   static void position_noteheads (Grob *);
   static Real stem_end_position (Grob *);
-  static Molecule flag (Grob *);
+  static Stencil flag (Grob *);
   static bool has_interface (Grob *);
   static void set_spacing_hints (Grob *);
   
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (off_callback, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
   DECLARE_SCHEME_CALLBACK (dim_callback, (SCM smob, SCM axis));