]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol.hh
2003 -> 2004
[lilypond.git] / lily / include / staff-symbol.hh
index 4043069cbf469ad8552ab4a3f08b42c6605736d1..dbcf63f5cb8be0c028d2cd35ea05377654f78fe7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #include "lily-proto.hh"
 
 /**
-  TODO: add stafflinethickness as parameter.
+  TODO: add linethickness as parameter.
   */
 class Staff_symbol 
 {
 public:
   static Real staff_space (Grob*) ;
-  static int steps_i (Grob*) ;
+  static Real get_line_thickness (Grob*);
+  static Real get_ledger_line_thickness (Grob*);
+    
+  static int get_steps (Grob*) ;
   static int line_count (Grob*);
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   static bool has_interface (Grob*);
-  static void set_interface (Grob*);
+  
 };
 #endif // STAFF_SYMBOL_HH