]> 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 7863ac04631d5b01954fcb41e7f2dafa17d9dec4..c9a0c06e10867b97246e7cac35aa9c4fe322bc8f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "column-x-positions.hh"
@@ -12,7 +12,7 @@
 
 Column_x_positions::Column_x_positions ()
 {
-  satisfies_constraints_b_ = false;
+  satisfies_constraints_ = true;
   force_ = 0;
 }