]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/volta-bracket.hh
* flower
[lilypond.git] / lily / include / volta-bracket.hh
index 0a41ef30dd87eb670485a40f8402ad58386f929c..227c09dce6d1c39159940b64760898c65be18af0 100644 (file)
@@ -7,16 +7,15 @@
 #ifndef VOLTA_SPANNER_HH
 #define VOLTA_SPANNER_HH
 
-
 #include "spanner.hh"
 
 class Volta_bracket_interface
 {
 public:
-  static bool has_interface (Grob*);
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
-  static void add_column (Grob*, Grob*col);
-  static void add_bar (Grob*me, Item*bar);
+  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  static void add_column (Grob *, Grob *col);
+  static void add_bar (Grob *me, Item *bar);
 };
 
 #endif // VOLTA_SPANNER_HH