]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
* mf/feta-macros.mf (soft_start_penstroke, soft_end_penstroke): New
[lilypond.git] / lily / column-x-positions.cc
index 8f9067d4fa14b20034e12cb0fe73aec18abc2d82..39a352fd85fd6c40f9cca1cbf27d2afbbf6a3c7c 100644 (file)
@@ -3,24 +3,13 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "column-x-positions.hh"
-#include "real.hh"
-#include "debug.hh"
 
 Column_x_positions::Column_x_positions ()
 {
-  satisfies_constraints_b_ = false;
-  force_f_ = 0;
+  satisfies_constraints_ = true;
+  force_ = 0;
 }
-
-
-
-
-
-
-
-
-