]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-spacer.cc
release: 1.2.8
[lilypond.git] / lily / line-spacer.cc
index c59589481a49085f6217cf8fdb709d0dbfc3cf35..e99204b27d05440cd8f0994a11e2967c7b6af55a 100644 (file)
@@ -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 <hanwen@stack.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #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 ()
+{
 }
+