]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
* lily/rest.cc (polyphonic_offset_callback): new function. Do
[lilypond.git] / lily / column-x-positions.cc
index 8f9067d4fa14b20034e12cb0fe73aec18abc2d82..c9a0c06e10867b97246e7cac35aa9c4fe322bc8f 100644 (file)
@@ -3,17 +3,17 @@
 
   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;
 }