]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/span-score-bar.cc
release: 0.1.15
[lilypond.git] / lily / span-score-bar.cc
index a7592d532056ce3711d9d7d0f347a134359e7f6c..5ad94b760dfda30d4786361497294f0f3f770d42 100644 (file)
@@ -7,7 +7,7 @@
 */
 
 #include "span-score-bar.hh"
-#include "symbol.hh"
+#include "atom.hh"
 #include "paper-def.hh"
 #include "lookup.hh"
 
@@ -21,20 +21,21 @@ Span_score_bar::do_pre_processing()
 {
   Span_bar::do_pre_processing();
   
-  if ( break_status_i() != 1) 
+  if (break_status_i() != 1) 
     {
-       empty_b_ = transparent_b_ = true;
+      set_empty (true);
+      transparent_b_ = true;
     }
 }
 
 
-Symbol
-Piano_brace::get_bar_sym (Real dy)const
+Atom
+Piano_brace::get_bar_sym (Real dy) const
 {
   return paper()->lookup_l ()->vbrace (dy);
 }
 Interval
-Piano_brace::do_width()const
+Piano_brace::do_width() const
 {
   return Interval (0,0);
 }