From: Han-Wen Nienhuys <hanwen@xs4all.nl> Date: Sun, 20 May 2007 19:52:23 +0000 (-0300) Subject: add header X-Git-Tag: release/2.11.25-1~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=79d8baded2a6e40b2e1c8db1de417aedac249dde;p=lilypond.git add header --- diff --git a/lily/dot-formatting-problem.cc b/lily/dot-formatting-problem.cc index cc646e71f0..3dae389c4d 100644 --- a/lily/dot-formatting-problem.cc +++ b/lily/dot-formatting-problem.cc @@ -1,3 +1,12 @@ +/* + dot-formatting-problem.cc -- implement Dot_formatting_problem + + + file of the GNU LilyPond music typesetter + + (c) 2007 Han-Wen Nienhuys <hanwen@lilypond.org> + +*/ #include "dot-formatting-problem.hh" #include "dot-configuration.hh" @@ -25,9 +34,8 @@ Dot_formatting_problem::best () const return best_; } - - -Dot_formatting_problem::Dot_formatting_problem (vector<Box> const &boxes, Interval base_x) +Dot_formatting_problem::Dot_formatting_problem (vector<Box> const &boxes, + Interval base_x) : head_skyline_ (boxes, 0.0, Y_AXIS, RIGHT) { best_ = 0;