From 2d66a2d4f7f36837a2449d8de2abb19c0940f904 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:27:12 +0000 Subject: [PATCH] lilypond-1.0.14 --- init/book-fragment.ly | 10 ++++++---- init/center-fragment.ly | 11 ++++++----- init/fragment.ly | 13 +++++++------ stepmake/stepmake/documentation-targets.make | 2 +- stepmake/stepmake/generic-targets.make | 6 ++++-- 5 files changed, 24 insertions(+), 18 deletions(-) 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) -- 2.39.5