]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/column-x-positions.hh
* scm/define-grobs.scm (all-grob-descriptions): put ledger lines
[lilypond.git] / lily / include / column-x-positions.hh
index 7e1a48245ca400f2b8484cd1a9094bb8cd5f5475..60f85cfc3467fae46cdc5494683f5acebc619ba5 100644 (file)
@@ -1,7 +1,7 @@
 /*
   column-x-positions.hh -- part of GNU LilyPond
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #ifndef COLUMN_X_POSITIONS_HH
 
 struct Column_x_positions
 {
-  Link_array<Item> cols_;
+  Link_array<Grob> cols_;
+  Link_array<Grob> loose_cols_;
+  
   Array<Real> config_;
-  Real force_f_;
-  bool satisfies_constraints_b_;
+  Real force_;
+  bool satisfies_constraints_;
 
   Column_x_positions ();
 };