]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-column.hh
* flower
[lilypond.git] / lily / include / paper-column.hh
index 630d0acaf911a3b196a59929946e20c5e2183974..bb9cdfefb131a92af9802878ce50fe5b43207e5e 100644 (file)
@@ -6,42 +6,40 @@
   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef PAPER_COLUMN_HH
 #define PAPER_COLUMN_HH
 
 #include "item.hh"
 #include "rod.hh"
 
-
 class Paper_column : public Item
-{ 
+{
 public:
-  int  rank_;
+  int rank_;
   /// if lines are broken then this column is in #line#
   System *system_;
 
-  Paper_column (SCM, Object_key const*);
-  Paper_column (Paper_column const&, int count);
-  
+  Paper_column (SCM, Object_key const *);
+  Paper_column (Paper_column const &, int count);
+
   virtual Grob *clone (int count) const;
 
-  static bool has_interface (Grob*);
+  static bool has_interface (Grob *);
   virtual void do_break_processing ();
   virtual Paper_column *get_column () const;
   virtual System *get_system () const;
-  
-  static int get_rank (Grob*);
-  
+
+  static int get_rank (Grob *);
+
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
-  
+
   static bool is_musical (Grob *);
-  static Moment when_mom (Grob*);
+  static Moment when_mom (Grob *);
 
-  static bool is_used (Grob*) ;
+  static bool is_used (Grob *);
   void set_rank (int);
 };
-     
+
 #endif // PAPER_COLUMN_HH