]> git.donarmstrong.com Git - lilypond.git/blob - lily/line-spacer.cc
b39be2aedaaa0f4895c980197b5312277eca8f3a
[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
17 Line_spacer::~Line_spacer ()
18 {
19 }
20
21 Paper_def*
22 Line_spacer::paper_l () const
23
24   return paper_l_;
25 }
26