From: fred <fred>
Date: Tue, 26 Mar 2002 21:27:12 +0000 (+0000)
Subject: lilypond-1.0.14
X-Git-Tag: release/1.5.59~2848
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2d66a2d4f7f36837a2449d8de2abb19c0940f904;p=lilypond.git

lilypond-1.0.14
---

diff --git a/init/book-fragment.ly b/init/book-fragment.ly
index a914919400..0aa5267045 100644
--- a/init/book-fragment.ly
+++ b/init/book-fragment.ly
@@ -6,13 +6,15 @@
 \include "declarations.ly"
 
 \include "paper16.ly"
+  \paper { \paper_sixteen
+    linewidth = -1.\cm;
+    castingalgorithm = \Wordwrap; 
+    "unusedentry" = "}\\def\\nolilyfooter{";
+  }
 
 \score { 
   \notes {
     \maininput
   }
-  \paper { \paper_sixteen
-    linewidth = -1.\cm;
-    castingalgorithm = \Wordwrap; 
-  }
+\paper{}
 }
diff --git a/init/center-fragment.ly b/init/center-fragment.ly
index 20ef3e235a..6c26e3840d 100644
--- a/init/center-fragment.ly
+++ b/init/center-fragment.ly
@@ -1,5 +1,6 @@
 % Toplevel initialisation file. 
 	
+
 \version "1.0.6";
 
 
@@ -9,16 +10,16 @@
 
  \paper { 
   \paper_sixteen
-  linewidth = 7.\cm;
+    linewidth = -1.0\cm;
+    castingalgorithm = \Wordwrap;
+   "unusedentry" = "}\\def\\nolilyfooter{"; 
 }
 
+
 \score { 
 %  \notes\relative c {
   \notes {
     \maininput
   }
-  \paper { 
-    linewidth = -1.0\cm;
-    castingalgorithm = \Wordwrap;
-  }
+\paper{} 
 }
diff --git a/init/fragment.ly b/init/fragment.ly
index 20ef3e235a..b80b83d735 100644
--- a/init/fragment.ly
+++ b/init/fragment.ly
@@ -7,18 +7,19 @@
 
 \include "paper16.ly";
 
- \paper { 
+\paper { 
   \paper_sixteen
-  linewidth = 7.\cm;
+    linewidth = -1.0\cm;
+    castingalgorithm = \Wordwrap;
+    "unusedentry" = "}\\def\\nolilyfooter{";
 }
 
+
 \score { 
 %  \notes\relative c {
   \notes {
     \maininput
   }
-  \paper { 
-    linewidth = -1.0\cm;
-    castingalgorithm = \Wordwrap;
-  }
+  \paper { }
+
 }
diff --git a/stepmake/stepmake/documentation-targets.make b/stepmake/stepmake/documentation-targets.make
index 60516476a2..862eebf7f7 100644
--- a/stepmake/stepmake/documentation-targets.make
+++ b/stepmake/stepmake/documentation-targets.make
@@ -12,7 +12,7 @@ else
 readme-top_FILES-txt:
 	$(foreach i, $(README_TOP_FILES), \
 	  cp $(depth)/$(i) $(outdir)/$(i).txt && ) true
-	
+
 readme-top_FILES-html:
 	$(foreach i, $(README_TOP_FILES), \
 	  $(SHELL) $(step-bindir)/text2html.sh $(outdir)/$(i).txt $(outdir)/$(i).html && \
diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make
index cfade84d89..2e9645b6da 100644
--- a/stepmake/stepmake/generic-targets.make
+++ b/stepmake/stepmake/generic-targets.make
@@ -3,7 +3,7 @@
 
 .PHONY : all clean config default dist doc doc++  exe help html lib TAGS\
 	 po
-VPATH=$(outdir)/		#ugh?
+# VPATH=$(outdir)/		#ugh?
 # target all:
 #
 all:	 default
@@ -123,7 +123,7 @@ TAGS:
 $(outdir)/VERSION: $(depth)/VERSION
 	cp $< $@
 
-$(outdir)/version.hh: VERSION
+$(outdir)/version.hh: $(outdir)/VERSION
 	sh ./$(step-bindir)/make-version.sh $< > $@
 
 # should this be in Rules?
@@ -158,6 +158,8 @@ installextradoc:
 WWW: local-WWW
 	$(LOOP)
 
+local-WWW:
+
 include $(stepdir)/package.make
 
 include $(outdir)/dummy.dep $(DEP_FILES)