]> git.donarmstrong.com Git - lilypond.git/blob - lily/score-bar.cc
release: 1.1.24
[lilypond.git] / lily / score-bar.cc
1 /*   
2   score-bar.cc --  implement 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
10 #include "score-bar.hh"
11
12
13
14 void
15 Score_bar::do_pre_processing ()
16 {
17   type_str_ = "|";
18   if (break_status_dir() != RIGHT) 
19     {
20       set_empty (true);
21       transparent_b_ = true;
22     }
23 }