From: fred Date: Sun, 24 Mar 2002 19:43:59 +0000 (+0000) Subject: lilypond-0.0.65 X-Git-Tag: release/1.5.59~4691 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8f9133b267a683ee8f9efe3865a79493ec67d0b2;p=lilypond.git lilypond-0.0.65 --- diff --git a/bin/genheader b/bin/genheader index 1f56088f93..911b038f6d 100755 --- a/bin/genheader +++ b/bin/genheader @@ -24,7 +24,7 @@ sub my $what="implement "; $what = "declare " if ($hh_b); my ($PROJECT, $cwd); - $PROJECT = "the LilyPond music typesetter"; + $PROJECT = "the GNU LilyPond music typesetter"; chop($cwd = `pwd`); $PROJECT= "the Flower Library" if ($cwd =~ /flower/); diff --git a/lily/wordwrap.cc b/lily/wordwrap.cc index 2fd2fc4e94..f0ddf035e3 100644 --- a/lily/wordwrap.cc +++ b/lily/wordwrap.cc @@ -1,7 +1,15 @@ +/* + wordwrap.cc -- implement Word_wrap + + source file of the LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + #include "break.hh" #include "p-score.hh" #include "debug.hh" - +#include "p-col.hh" /** el stupido. This should be done more accurately: It would be nice to have a Dynamic Programming type of algorithm