]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-item.cc
release: 0.1.54
[lilypond.git] / lily / axis-group-item.cc
index 8419f85ad5008eca6cad50699d6f48f6d8f0c35c..5362516f025a2586d2bd046920243baa6871a5a5 100644 (file)
@@ -24,7 +24,7 @@ Axis_group_item::OK() const
 void
 Axis_group_item::do_breakable_col_processing()
 {
-  if (!breakable_b_)
+  if (!breakable_b_ || !column_l ()->breakable_b_) // ugh should merge with Item code
     return;
   
   OK();