lilypond-0.1.37
[lilypond.git] / lily / line-spacer.cc
blob6f9c317fd94eff93985fc008805d2958b15c7505
1 /*
2 line-spacer.cc -- implement
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.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 ()