]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol.hh
* lily/breathing-sign.cc (railtracks): another caesura.
[lilypond.git] / lily / include / staff-symbol.hh
index ce78e12711198710727ac539dbf29bcc81a4f574..0f2419525c9e09d214ae169a0b5d62fb0831127a 100644 (file)
@@ -1,16 +1,17 @@
 /*
-  staffsym.hh -- declare Staff_symbol
+  staff-symbol.hh -- declare Staff_symbol
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
-#ifndef STAFFSYM_HH
-#define STAFFSYM_HH
+#ifndef STAFF_SYMBOL_HH
+#define STAFF_SYMBOL_HH
 
 #include "lily-guile.hh"
+#include "lily-proto.hh"
 
 /**
   TODO: add stafflinethickness as parameter.
 class Staff_symbol 
 {
 public:
-  static Real staff_space (Score_element*) ;
-  static int steps_i(Score_element*) ;
-  static int line_count (Score_element*);
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
-  static bool has_interface (Score_element*);
-  static void set_interface (Score_element*);
+  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*);
+  
 };
-#endif // STAFFSYM_HH
+#endif // STAFF_SYMBOL_HH