]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol.hh
(internal_brew_molecule): make left protusion
[lilypond.git] / lily / include / staff-symbol.hh
index 1968458fadf000eb1d1fb22bcc27ce5dc2615212..a9fa51dccfb74d485d3c6766c8d18dbb7e385bad 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -20,10 +20,10 @@ class Staff_symbol
 {
 public:
   static Real staff_space (Grob*) ;
-  static int steps_i (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