]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/custos.hh
* flower
[lilypond.git] / lily / include / custos.hh
index 1844c752c1c1ea94aca9f1af8c85c5a8cdd8b10a..5c706e8154a87269d18b8bded4e41acb45a706bf 100644 (file)
@@ -16,12 +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);
 
 };