]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / staff-symbol.hh
index 0f2419525c9e09d214ae169a0b5d62fb0831127a..59232e19a77d7c1dffd9bae048557677f0f2423c 100644 (file)
@@ -3,10 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef STAFF_SYMBOL_HH
 #define STAFF_SYMBOL_HH
 
 #include "lily-proto.hh"
 
 /**
-  TODO: add stafflinethickness as parameter.
-  */
-class Staff_symbol 
+   TODO: add linethickness as parameter.
+*/
+class Staff_symbol
 {
 public:
-  static Real staff_space (Grob*) ;
-  static int get_steps (Grob*) ;
-  static int line_count (Grob*);
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
-  static bool has_interface (Grob*);
-  
+  static Real staff_space (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 (print, (SCM));
+  static bool has_interface (Grob *);
 };
 #endif // STAFF_SYMBOL_HH