From 8f9133b267a683ee8f9efe3865a79493ec67d0b2 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:59 +0000 Subject: [PATCH] lilypond-0.0.65 --- bin/genheader | 2 +- lily/wordwrap.cc | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.39.5