]> git.donarmstrong.com Git - lilypond.git/blob - lily/line-spacer.cc
release: 0.1.11
[lilypond.git] / lily / line-spacer.cc
1 /*
2   line-spacer.cc -- implement 
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.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 }