From: fred Date: Sun, 24 Mar 2002 19:42:52 +0000 (+0000) Subject: lilypond-0.0.62 X-Git-Tag: release/1.5.59~4755 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf73b5f9e4e70e28d7e6f89331ce37603512bcb4;p=lilypond.git lilypond-0.0.62 --- diff --git a/lily/include/p-col.hh b/lily/include/p-col.hh index 58206b4306..4a4264a006 100644 --- a/lily/include/p-col.hh +++ b/lily/include/p-col.hh @@ -46,6 +46,8 @@ public: Real hpos; // should use ptr? + bool error_mark_b_; + PScore * pscore_l_; /* *************** */ diff --git a/lily/p-col.cc b/lily/p-col.cc index e1c286da70..ae39bdda9a 100644 --- a/lily/p-col.cc +++ b/lily/p-col.cc @@ -101,6 +101,7 @@ PCol::breakable_b() const PCol::PCol(PCol *parent) { + error_mark_b_ = false; daddy_l_ = parent; prebreak_p_=0; postbreak_p_=0;