]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff-symbol.hh
* lily/slur.cc (outside_slur_callback): make offset_scm optional.
[lilypond.git] / lily / include / staff-symbol.hh
index 5e67b668b26988d32f10cdc00e9737e279972905..edf3a0f532e46002d7951502715055213ff14922 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef STAFF_SYMBOL_HH
@@ -21,11 +21,11 @@ public:
   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));
+  DECLARE_SCHEME_CALLBACK (height, (SCM));  
   static bool has_interface (Grob *);
-
 };
 #endif // STAFF_SYMBOL_HH