]> git.donarmstrong.com Git - lilypond.git/blob - lily/line-spacer.cc
release: 1.0.1
[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--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #include "line-spacer.hh"
11
12 Line_spacer::Line_spacer()
13 {
14   paper_l_ =0;
15 }
16 Paper_def*
17 Line_spacer::paper_l() const
18
19   return paper_l_ ;
20 }
21
22 Line_spacer::~Line_spacer ()
23 {
24 }