]> git.donarmstrong.com Git - lilypond.git/blob - lily/span-score-bar.cc
patch::: 1.1.27.jcn4: jcn4
[lilypond.git] / lily / span-score-bar.cc
1 /*
2   span-score-bar.cc -- implement Span_score_bar
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #include "span-score-bar.hh"
10 #include "atom.hh"
11 #include "paper-def.hh"
12 #include "lookup.hh"
13 #include "main.hh"
14
15 Span_score_bar::Span_score_bar()
16 {
17 }
18
19
20 void
21 Span_score_bar::do_pre_processing()
22 {
23   /*
24     duh.  The order of these two is subtle. 
25    */
26   Score_bar::do_pre_processing ();
27   //  Span_bar::do_pre_processing();
28 }
29
30
31
32