]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.14
authorfred <fred>
Tue, 26 Mar 2002 21:27:12 +0000 (21:27 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:27:12 +0000 (21:27 +0000)
init/book-fragment.ly
init/center-fragment.ly
init/fragment.ly
stepmake/stepmake/documentation-targets.make
stepmake/stepmake/generic-targets.make

index a91491940024525946f82c0f71eddeb015a32f52..0aa5267045ce1d9e355ccf497dbea5bb11b57be7 100644 (file)
@@ -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{}
 }
index 20ef3e235a1bc9c00c291d79cfa6908960f89596..6c26e3840d5e45ad49feb95d2f816a985b7f9b53 100644 (file)
@@ -1,5 +1,6 @@
 % Toplevel initialisation file. 
        
+
 \version "1.0.6";
 
 
 
  \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{} 
 }
index 20ef3e235a1bc9c00c291d79cfa6908960f89596..b80b83d735bac505d6e14efd23348b98ded36237 100644 (file)
@@ -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 { }
+
 }
index 60516476a29e33a49f939a2fcc61152f8ef6654c..862eebf7f7880cad3217b43d509e60b3820cd7f9 100644 (file)
@@ -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 && \
index cfade84d8924e4b1ed585b90d0895149e233ec48..2e9645b6dae8de1dad2bc300d2bdb85cfbb273fb 100644 (file)
@@ -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)