]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
release: 1.3.70
[lilypond.git] / lily / include / column-x-positions.hh
index 10487514016568720136f2595f46f270e6f88e81..aec96022230b59c66d58338def47a914bf8e59b2 100644 (file)
@@ -1,7 +1,7 @@
 /*
   column-x-positions.hh -- part of GNU LilyPond
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef COLUMN_X_POSITIONS_HH
 #include "parray.hh"
 #include "lily-proto.hh"
 
-typedef Link_array<Paper_column>  Line_of_cols;
 
-struct Column_x_positions {
-  Simple_spacer * spacer_l_;
-  Line_of_cols cols_;
+struct Column_x_positions
+{
+  Link_array<Score_element> cols_;
   Array<Real> config_;
-  
   Real force_f_;
-  Real energy_f_;
   bool satisfies_constraints_b_;
 
-  ~Column_x_positions();
   Column_x_positions();
-  void add_paper_column (Paper_column*c);
-  void print() const;
 };