lilypond-1.3.19
[lilypond.git] / lily / span-score-bar.cc
blob0e80464e42892a82d1e87e5c8dc0854dcd90c0ad
1 /*
2 span-score-bar.cc -- implement Span_score_bar
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
9 #include "span-score-bar.hh"
10 #include "atom.hh"
11 #include "paper-def.hh"
12 #include "lookup.hh"
13 #include "main.hh"
15 Span_score_bar::Span_score_bar()
20 void
21 Span_score_bar::do_pre_processing()
24 duh. The order of these two is subtle.
26 Score_bar::do_pre_processing ();
27 // Span_bar::do_pre_processing();