lilypond-1.1.55
[lilypond.git] / lily / line-spacer.cc
blobcd42a1d827997f79ca73674f5f46d02b1e0c55af
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"
12 Line_spacer::Line_spacer()
14 paper_l_ =0;
16 Paper_def*
17 Line_spacer::paper_l() const
19 return paper_l_ ;
22 Line_spacer::~Line_spacer ()