]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-algorithm.hh
release: 1.3.109
[lilypond.git] / lily / include / break-algorithm.hh
index fa0b0d77709c51fde1c56a94fc989d439f07412e..57fd8cdb920dbdac08e61d552753427ab872b153 100644 (file)
@@ -28,7 +28,7 @@ protected:
   Real linewidth_f_;
 
   /// search all pcols which are breakable.
-  Link_array<Score_element> find_breaks() const;
+  Link_array<Grob> find_breaks() const;
 
   Array<int> find_break_indices() const;
     
@@ -37,10 +37,10 @@ protected:
   void solve_line (Column_x_positions*) const;
 
   /// does curline fit on the paper?    
-  bool feasible (Link_array<Score_element>) const;
+  bool feasible (Link_array<Grob>) const;
     
 
-  Simple_spacer* generate_spacing_problem (Link_array<Score_element>, Interval) const;
+  Simple_spacer* generate_spacing_problem (Link_array<Grob>, Interval) const;
 
   virtual Array<Column_x_positions> do_solve() const=0;