]> git.donarmstrong.com Git - lilypond.git/blob - lily/line-spacer.cc
release: 1.2.8
[lilypond.git] / lily / line-spacer.cc
1 /*
2   line-spacer.cc -- implement Line_spacer
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #include "line-spacer.hh"
11 #include "dimensions.hh"
12
13 Line_spacer::Line_spacer()
14 {
15   indent_f_ =0.0;
16   default_space_f_ = 20 PT;
17 }
18
19
20 Line_spacer::~Line_spacer ()
21 {
22 }
23