]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.65
authorfred <fred>
Sun, 24 Mar 2002 19:43:59 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:59 +0000 (19:43 +0000)
bin/genheader
lily/wordwrap.cc

index 1f56088f930d30734d600ab34b63e4a83c10c7ff..911b038f6dd194098863db9507bb175a4c9e7f69 100755 (executable)
@@ -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/);
index 2fd2fc4e94d3637951c6c4bbbdf23d200dd9bb03..f0ddf035e3aeb981821bb8dd236daade0748b55b 100644 (file)
@@ -1,7 +1,15 @@
+/*
+  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