2 span-score-bar.cc -- implement Span_score_bar
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
9 #include "span-score-bar.hh"
11 #include "paper-def.hh"
14 Span_score_bar::Span_score_bar()
19 Score_bar::do_pre_processing ()
22 if (break_status_i() != 1)
25 transparent_b_
= true;
30 Span_score_bar::do_pre_processing()
33 duh. The order of these two is subtle.
35 Score_bar::do_pre_processing ();
36 // Span_bar::do_pre_processing();
40 Piano_brace::get_bar_sym (Real dy
) const
42 return paper()->lookup_l ()->vbrace (dy
);
46 Piano_brace::do_width() const
48 return Interval (0,0);
52 IMPLEMENT_IS_TYPE_B2(Span_score_bar
, Span_bar
, Score_bar
);
53 IMPLEMENT_IS_TYPE_B1(Piano_brace
, Span_score_bar
);