X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fp-col.cc;h=74ea11e5ea64724dec5a95a03ba3276a895b458f;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=e776b62c926f78322a460042adc96436cebef427;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/p-col.cc b/lily/p-col.cc index e776b62c92..74ea11e5ea 100644 --- a/lily/p-col.cc +++ b/lily/p-col.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ #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'; }