X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fline-spacer.cc;h=e99204b27d05440cd8f0994a11e2967c7b6af55a;hb=998986bbd15afaafb24904a777e8be9ba1233799;hp=c59589481a49085f6217cf8fdb709d0dbfc3cf35;hpb=2862b1027f316a2f0444fa92e441ee28acf7a463;p=lilypond.git diff --git a/lily/line-spacer.cc b/lily/line-spacer.cc index c59589481a..e99204b27d 100644 --- a/lily/line-spacer.cc +++ b/lily/line-spacer.cc @@ -1,20 +1,23 @@ /* - line-spacer.cc -- implement + line-spacer.cc -- implement Line_spacer source file of the GNU LilyPond music typesetter - (c) 1997 Han-Wen Nienhuys + (c) 1997--1999 Han-Wen Nienhuys */ #include "line-spacer.hh" +#include "dimensions.hh" Line_spacer::Line_spacer() { - paper_l_ =0; + indent_f_ =0.0; + default_space_f_ = 20 PT; } -Paper_def* -Line_spacer::paper_l() const -{ - return paper_l_ ; + + +Line_spacer::~Line_spacer () +{ } +