]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/p-col.cc
release: 1.0.1
[lilypond.git] / lily / p-col.cc
index e776b62c926f78322a460042adc96436cebef427..74ea11e5ea64724dec5a95a03ba3276a895b458f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "p-col.hh"
@@ -63,9 +63,9 @@ Paper_column::do_print() const
       DOUT << "post: ";
       postbreak_l()->print();
     } 
-  if (break_status_i_)
+  if (break_status_dir_)
     {
-      DOUT <<'\n' << ((break_status_i_ == LEFT) ? "prebreak" : "postbreak");
+      DOUT << '\n' << ((break_status_dir_ == LEFT) ? "prebreak" : "postbreak");
       DOUT << '\n';
     }