From 44dea1641578f36efeb3de5e6d3c66b43cfaadb3 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:48:09 +0000 Subject: [PATCH] lilypond-0.0.76 --- lily/bar.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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_ == ""); } -- 2.39.5