lilypond-0.1.57
[lilypond.git] / lily / line-spacer.cc
blob3e518e022c403babb123774c961bd8e81ea556ee
1 /*
2 line-spacer.cc -- implement Line_spacer
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 ()