]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-algorithm.hh
release: 1.5.29
[lilypond.git] / lily / include / break-algorithm.hh
index 57fd8cdb920dbdac08e61d552753427ab872b153..da181cceafda0e8057f003833345690b7c8f7e90 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -28,9 +28,9 @@ protected:
   Real linewidth_f_;
 
   /// search all pcols which are breakable.
-  Link_array<Grob> find_breaks() const;
+  Link_array<Grob> find_breaks () const;
 
-  Array<int> find_break_indices() const;
+  Array<int> find_break_indices () const;
     
 
   /// helper: solve for the columns in #curline#.
@@ -42,14 +42,14 @@ protected:
 
   Simple_spacer* generate_spacing_problem (Link_array<Grob>, Interval) const;
 
-  virtual Array<Column_x_positions> do_solve() const=0;
+  virtual Array<Column_x_positions> do_solve () const=0;
 
 public:
-  Simple_spacer* (*get_line_spacer)();
-  Break_algorithm();
+  Simple_spacer* (*get_line_spacer) ();
+  Break_algorithm ();
   void set_pscore (Paper_score*);
 
-  Array<Column_x_positions> solve() const;
+  Array<Column_x_positions> solve () const;
 };
 
 #endif // BREAK_HH