From 76014fe170f4217374f4726d54c2a46c60f73e67 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 14 Sep 1999 17:05:22 +0200 Subject: [PATCH] release: 1.2.7 --- BUGS | 22 +- CHANGES | 4 + Documentation/GNUmakefile | 5 + Documentation/bibliography/GNUmakefile | 9 +- Documentation/footer.html.in | 35 ++- Documentation/index.texi | 12 +- Documentation/metadoc/GNUmakefile | 4 +- Documentation/ntweb/GNUmakefile | 5 +- Documentation/ntweb/index.texi | 214 +++++++++++++++ Documentation/ntweb/index.yo | 227 ---------------- Documentation/tex/GNUmakefile | 2 - Documentation/topdocs/INSTALL.texi | 79 ++---- Documentation/topdocs/index.tely | 20 +- VERSION | 2 +- aclocal.m4 | 4 - input/bugs/choral.ly | 243 ------------------ lily/GNUmakefile | 2 +- lily/bezier.cc | 24 +- lily/bow.cc | 13 +- lily/debug.cc | 10 +- lily/global-translator.cc | 4 +- lily/include/debug.hh | 6 +- lily/include/simple-spacer.hh | 18 ++ lily/midi-item.cc | 4 +- lily/midi-stream.cc | 2 +- lily/my-lily-lexer.cc | 4 +- lily/my-lily-parser.cc | 2 +- lily/out/lilypond.1 | 83 ------ lily/paper-outputter.cc | 2 +- lily/score-element.cc | 2 +- lily/scores.cc | 2 +- lily/simple-spacer.cc | 10 + ly/auto-beam-settings.ly | 3 + make/generic-vars.make | 2 + make/mutopia-rules.make | 2 +- make/mutopia-targets.make | 1 - make/out/lilypond.lsm | 8 +- make/out/lilypond.spec | 4 +- make/toplevel.make.in | 5 + midi2ly/out/midi2ly.1 | 72 ------ scripts/ly2dvi.py | 11 +- scripts/out/abc2ly.1 | 32 --- scripts/out/convert-mudela.1 | 49 ---- scripts/out/ly2dvi.1 | 76 ------ scripts/out/mudela-book.1 | 59 ----- stepmake/aclocal.m4 | 4 - stepmake/bin/add-html-footer.py | 234 +++++++++-------- stepmake/bin/ls-latex.py | 7 +- stepmake/bin/text2html.py | 21 ++ stepmake/bin/text2html.sh | 17 -- stepmake/stepmake/documentation-rules.make | 1 - stepmake/stepmake/documentation-targets.make | 23 +- stepmake/stepmake/documentation-vars.make | 4 +- stepmake/stepmake/generic-targets.make | 6 - stepmake/stepmake/help2man-targets.make | 1 - stepmake/stepmake/help2man-vars.make | 3 +- stepmake/stepmake/pod-rules.make | 1 - stepmake/stepmake/texinfo-rules.make | 1 - stepmake/stepmake/toplevel-targets.make | 1 - stepmake/stepmake/yodl-rules.make | 1 - stepmake/stepmake/yolily-topdoc-targets.make | 2 - .../stepmake/yolily-toplevel-targets.make | 4 +- stepmake/stepmake/yolily-toplevel-vars.make | 4 +- 63 files changed, 562 insertions(+), 1172 deletions(-) create mode 100644 Documentation/ntweb/index.texi delete mode 100644 Documentation/ntweb/index.yo delete mode 100644 input/bugs/choral.ly create mode 100644 lily/include/simple-spacer.hh delete mode 100644 lily/out/lilypond.1 create mode 100644 lily/simple-spacer.cc delete mode 100644 midi2ly/out/midi2ly.1 delete mode 100644 scripts/out/abc2ly.1 delete mode 100644 scripts/out/convert-mudela.1 delete mode 100644 scripts/out/ly2dvi.1 delete mode 100644 scripts/out/mudela-book.1 create mode 100644 stepmake/bin/text2html.py delete mode 100644 stepmake/bin/text2html.sh diff --git a/BUGS b/BUGS index cebc3c73e6..8fb51c7c21 100644 --- a/BUGS +++ b/BUGS @@ -5,6 +5,8 @@ Send bug reports to bug-gnu-music@gnu.org. For help and questions use help-gnu-music@gnu.org and gnu-music-discuss@gnu.org. Please consult the faq before mailing your problems. + + ******** [LinuxPPC-R5, egcs-1.1.2-12c] @@ -25,12 +27,17 @@ is buggy; you should upgrade: All compiling with -O2 is suspect, in particular guile-1.3, and Lily herself will break. + [Linux i386] A binary RPM of Guile 1.3 has been distributed from the LilyPond ftp site. This binary was made in RedHat 5.x, and it will fail if this RPM is used with RedHat 6.x. +[GUILE 1.3.2] + +Guile 1.3.2 is buggy in several respects. Do not use it for LilyPond. + [LinuxPPC, egcs-1.1b] Lilypond 1.1.35-1.1.51,...: Wierd errors in guile scm_gc_mark () @@ -78,18 +85,3 @@ This behaviour has been observed with machines that have old libg++ versions (LinuxPPC feb '98, RedHat 4.x). - -[Linux Intel] - -A problem resembling the previous: usage of libg++.2.8.x with the -wrong version of libc results in a coredump from the scanner while -reading the init files. Stacktrace: - - ios::eof (this=0x0) - - yyFlexLexer::LexerInput (this=0x8294848, buf=0x82955f0 "", max_size=8192) - yyFlexLexer::yy_get_next_buffer (this=0x8294848) - My_lily_lexer::yylex (this=0x8294848) - -Fix: follow the install instructions of libg++: match the right -library versions. diff --git a/CHANGES b/CHANGES index ef3c27c998..a7582d04ce 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +pl 6.uu1 + - website fixes. + pl 5.hwn1 - more .texi; yodl completely removed. - rm'd several doc stuff: engraving.yo, gnu-page.yo, translated blurbs (leave it to translation project) @@ -12,6 +15,7 @@ pl 5.jcn1 - website/doco fixes - bf: package-diff.py +************ pl 4.hwn1 - bf: repeats. diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index ac24fa99c9..e8d8df44ff 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -5,6 +5,7 @@ depth = .. NAME = documentation SUBDIRS= tex metadoc bibliography pictures topdocs ntweb STEPMAKE_TEMPLATES=documentation texinfo + README_TOP_FILES=NEWS DEDICATION TODO AIMS INFO_FILES = $(wildcard $(outdir)/$(package).info*) EXTRA_DIST_FILES = COPYRIGHT @@ -19,3 +20,7 @@ default: do-doc info: $(outdir)/$(package).info +local-WWW: copy-for-me + +copy-for-me: + $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true diff --git a/Documentation/bibliography/GNUmakefile b/Documentation/bibliography/GNUmakefile index 6e8a382f62..094ec07522 100644 --- a/Documentation/bibliography/GNUmakefile +++ b/Documentation/bibliography/GNUmakefile @@ -44,19 +44,18 @@ OUTGENHTMLS = $(addprefix $(outdir)/, $(GENHTMLS:%=%.html)) #urg should generalise and move Lilypond -> StepMake # URG. Lilypond specific. Move out. $(outdir)/%.html: %.data $(depth)/VERSION - $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' --package=$(topdir) -o $@ $< - $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $@ + $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' -o $@ $< + $(PYTHON) $(step-bindir)/add-html-footer.py $@ $(outdir)/%.tex: %.data $(depth)/VERSION - $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' --package=$(topdir) -o $@ --latex $< + $(PYTHON) $(step-bindir)/table-to-html.py --columns=7 --linesep=' ' -o $@ --latex $< local-WWW: $(HTML_FILES) $(OUTTEX_FILES:.tex=.ps.gz) $(OUTYO_FILES:.yo=.latex) $(OUTYO_FILES:.yo=.ps.gz) $(addprefix $(outdir)/, $(BIB_FILES:.bib=.html)) $(datafiles) - $(PYTHON) $(step-bindir)/ls-latex.py --package=$(topdir) --title 'LaTeX documents about design and implementation of LilyPond' \ + $(PYTHON) $(step-bindir)/ls-latex.py --title 'LaTeX documents about design and implementation of LilyPond' \ $(YO_FILES) $(OUTYO_FILES:.yo=.latex) $(BIB_FILES) $(DOC_FILES) $(TEX_FILES)\ | sed "s!$(outdir)/!!g" > $(outdir)/index.html - $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) $(outdir)/index.html $(outdir)/%.bib: %.bib ln -f $< $@ diff --git a/Documentation/footer.html.in b/Documentation/footer.html.in index 3797a9c564..dd1b299fbc 100644 --- a/Documentation/footer.html.in +++ b/Documentation/footer.html.in @@ -1,27 +1,40 @@ - - - +