]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
(enumerate_attachments): use stem_extent_
[lilypond.git] / lily / column-x-positions.cc
index 1615e4a49a4ba4387536af9e2bdcbb5a676941ff..c9a0c06e10867b97246e7cac35aa9c4fe322bc8f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 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;
 }