lilypond-1.3.145
[lilypond.git] / lily / line-spacer.cc
blobe99204b27d05440cd8f0994a11e2967c7b6af55a
1 /*
2 line-spacer.cc -- implement Line_spacer
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #include "line-spacer.hh"
11 #include "dimensions.hh"
13 Line_spacer::Line_spacer()
15 indent_f_ =0.0;
16 default_space_f_ = 20 PT;
20 Line_spacer::~Line_spacer ()