]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol.hh
cleanup. Separate into internal
[lilypond.git] / lily / include / staff-symbol.hh
index c27f633540ccfe974ebaff384dd3aef8fddb4605..875127f8235fe177427679931c5cad7efa4039da 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>
 */
 
 
@@ -14,7 +14,7 @@
 #include "lily-proto.hh"
 
 /**
-  TODO: add stafflinethickness as parameter.
+  TODO: add linethickness as parameter.
   */
 class Staff_symbol 
 {
@@ -25,7 +25,7 @@ public:
     
   static int get_steps (Grob*) ;
   static int line_count (Grob*);
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
   static bool has_interface (Grob*);
   
 };