From: fred Date: Sun, 24 Mar 2002 20:07:46 +0000 (+0000) Subject: lilypond-0.1.54 X-Git-Tag: release/1.5.59~3322 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6dd3d601e7b94b8a1836e62f967c5c688d802708;p=lilypond.git lilypond-0.1.54 --- diff --git a/lily/item.cc b/lily/item.cc index 11d4568635..8b2297ce5c 100644 --- a/lily/item.cc +++ b/lily/item.cc @@ -77,6 +77,9 @@ Item::do_breakable_col_processing() if (!breakable_b_) return; + if (!column_l ()->breakable_b_) + return; + copy_breakable_items(); handle_prebroken_dependencies(); @@ -85,7 +88,6 @@ Item::do_breakable_col_processing() */ add_dependency (broken_to_drul_[LEFT]); add_dependency (broken_to_drul_[RIGHT]); - } Item*