]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Sun, 24 Mar 2002 19:48:09 +0000 (19:48 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:48:09 +0000 (19:48 +0000)
lily/bar.cc

index 6d50fa0fc91d14771654b77947a3d28bbc3f072b..b4364e6cd5eb4bde634ce27a30be63bb2a0e941b 100644 (file)
@@ -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_ == "");
 }