]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
Run `make grand-replace'.
[lilypond.git] / lily / column-x-positions.cc
index 91c616fcb079c0b43163f19288693bad34a0deb0..40e969e7288840472ad3a624559263fcacd43452 100644 (file)
@@ -1,47 +1,15 @@
 /*
-  colhpos.cc -- implement Column_x_positions
+  column-x-positions.cc -- implement Column_x_positions
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "column-x-positions.hh"
-#include "simple-spacer.hh"    // ugh
-#include "real.hh"
-#include "debug.hh"
 
-Column_x_positions::Column_x_positions()
+Column_x_positions::Column_x_positions ()
 {
-  energy_f_ = infinity_f;
-  satisfies_constraints_b_ = false;
-  spacer_l_ =0;
+  satisfies_constraints_ = true;
+  force_ = 0;
 }
-
-Column_x_positions::~Column_x_positions()
-{
-
-}
-
-void
-Column_x_positions::add_paper_column (Paper_column*c)
-{
-  cols_.push (c);
-}
-
-void
-Column_x_positions::print() const
-{
-#ifndef NPRINT
-  DEBUG_OUT << "energy : " << energy_f_ << '\n';
-  DEBUG_OUT << "line of " << config_.size() << " cols\n";
-#endif
-}
-
-
-
-
-
-
-
-