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/);
+/*
+ wordwrap.cc -- implement Word_wrap
+
+ source file of the LilyPond music typesetter
+
+ (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+*/
+
#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