]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/custos.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / custos.hh
index d5d20d6c6603953d2175492938441b7aaaca9f4f..c6a693404bcea90bfb15e857cb8f0d1fbed5e6f9 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2004 Juergen Reuter <reuter@ipd.uka.de>
+  (c) 2000--2006 Juergen Reuter <reuter@ipd.uka.de>
 */
 
 #ifndef CUSTOS_HH
@@ -16,13 +16,12 @@ class Stencil;
 
 struct Custos
 {
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  static bool has_interface (Grob *);
 
 private:
-  static void add_streepjes (Grob* me, int pos, int interspaces, Stencil* custos_);
-  static Stencil create_ledger_line (Interval x_extent, Grob *me) ;
-
+  static void add_streepjes (Grob *me, int pos, int interspaces, Stencil *custos_);
+  static Stencil create_ledger_line (Interval x_extent, Grob *me);
 };
 
 #endif // CUSTOS_HH