From: fred Date: Sun, 24 Mar 2002 19:48:09 +0000 (+0000) Subject: lilypond-0.0.76 X-Git-Tag: release/1.5.59~4451 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44dea1641578f36efeb3de5e6d3c66b43cfaadb3;p=lilypond.git lilypond-0.0.76 --- diff --git a/lily/bar.cc b/lily/bar.cc index 6d50fa0fc9..b4364e6cd5 100644 --- a/lily/bar.cc +++ b/lily/bar.cc @@ -57,7 +57,8 @@ Bar::do_pre_processing() if (bar_breaks[i][1] == type_str_) type_str_ = bar_breaks[i][break_status_i()+1]; } - - transparent_b_ = empty_b_ = (type_str_ == ""); + + // span_score_bar needs dims. +// transparent_b_ = empty_b_ = (type_str_ == ""); }