lilypond-1.1.55
[lilypond.git] / lily / score-bar.cc
bloba25e7ed3c444103cb75a18ebeed16d1771f299b4
1 /*
2 score-bar.cc -- implement Score_bar
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #include "score-bar.hh"
14 void
15 Score_bar::do_pre_processing ()
17 type_str_ = "|";
18 if (break_status_dir() != RIGHT)
20 set_empty (true);
21 transparent_b_ = true;