]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-interface.hh
* lily/music.cc (derived_mark): derive Music from Prob.
[lilypond.git] / lily / include / accidental-interface.hh
index 236e177078629e39d6b20ed2b5645607ba3e75ba..5f28885f6e10ba22de6d2f11d45098278945c067 100644 (file)
@@ -1,11 +1,10 @@
-/*   
-accidental-interface.hh -- declare  Accidental_interface
+/*
+  accidental-interface.hh -- declare  Accidental_interface
 
-source file of the GNU LilyPond music typesetter
+  source file of the GNU LilyPond music typesetter
 
-(c) 2002--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-
- */
+  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef ACCIDENTAL_INTERFACE_HH
 #define ACCIDENTAL_INTERFACE_HH
@@ -14,17 +13,16 @@ source file of the GNU LilyPond music typesetter
 #include "lily-guile.hh"
 #include "lily-proto.hh"
 
-
 class Accidental_interface
 {
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));  
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
   
-  static String get_fontcharname(String style, int alteration);
-  static Array<Box> Accidental_interface::accurate_boxes (Grob *me, Grob**common);
+  static bool has_interface (Grob *);
+  static String get_fontcharname (String style, int alteration);
+  static Array<Box> accurate_boxes (Grob *me,
+                                                         Grob **common);
 };
 
-
 #endif