From 11c5226234e13481b2be5fe29048d65b299f17d4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:12:04 +0000 Subject: [PATCH] lilypond-0.1.64 --- NEWS | 25 +++++++++++++++++++++++++ VERSION | 2 +- lily/VERSION | 2 +- make/Docrules.make | 18 ++++++++---------- mutopia/J.S.Bach/preludes.ly | 17 +++++++++++++++++ 5 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 mutopia/J.S.Bach/preludes.ly diff --git a/NEWS b/NEWS index 06305c5fb9..32035856f1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,28 @@ +********* +pl 64 + +pl 63.jcn3 + - beam stemlength stuff runtime + - dropped lq for beam-stemlengths, fixes [d d d] [d g d] + - ugly sed fix for commas in .ly.m4 + - beam damp corrent fix + - scsii: small fixes + - preludes.ly; dropped silly preludes.tex + +pl 63.jcn2 + - vocabulary on website + - data-to-html.py + - bf: beam damped-slope correct + - bf: make website + - some preludes-* fixes + +pl 63.jcn1 + - "relative" sizes for titledefs + - bib2html/man2html urls in INSTALL.pod + - auto-generated feta stuff in doosdist + - bf's: make dist, docdeps + - bf's scsii + pl 63 - non_fatal_error () (should use!) - Mozart Horn concerto 3, horn part diff --git a/VERSION b/VERSION index c63ff42d3c..440a99a9f7 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ MAJOR_VERSION=0 MINOR_VERSION=1 -PATCH_LEVEL=63 +PATCH_LEVEL=64 MY_PATCH_LEVEL= # use the above to send patches, always empty for released version: diff --git a/lily/VERSION b/lily/VERSION index d173a2d56b..9e7293e3d7 100644 --- a/lily/VERSION +++ b/lily/VERSION @@ -1,5 +1,5 @@ MAJOR_VERSION=0 MINOR_VERSION=1 -PATCH_LEVEL=63 +PATCH_LEVEL=64 MY_PATCH_LEVEL= diff --git a/make/Docrules.make b/make/Docrules.make index fdd23e632f..b8428e2e0c 100644 --- a/make/Docrules.make +++ b/make/Docrules.make @@ -20,27 +20,25 @@ $(outdir)/%.mudtex: %.doc $(outdir)/%$(DOTTEXT): $(outdir)/%.1 troff -man -Tascii $< | grotty -b -u -o > $@ -#$(depth)/%$(DOTTEXT): $(outdir)/%$(DOTTEXT) -# urg -# $(depth)/%$(DOTTEXT): out/%$(DOTTEXT) -# cp $< $@ -# huh? -$(outdir)/%$(DOTTEXT): $(depth)/% - cp $< $@ - # perl 5.003/4 POD2HTML5004=$(POD2HTML) --noindex --infile $< --outfile=$@; sh $(depth)/bin/add-URLs.sh $@ POD2HTML5003=$(POD2HTML) $< ; mv $(notdir $@) $(outdir)/ - +# we'll set pod2html5004 to default (hopefully), for now, +# because almost everybody has that version. +# 5004's pod2hmtl is broken, though; you should use pod2html of 5003 do_pod2html=$(POD2HTML5004) - +# do_pod2html=$(POD2HTML5003) $(outdir)/%.html: %.pod $(depth)/VERSION $(do_pod2html) add-html-footer $@ +$(outdir)/%.html: %.data $(depth)/VERSION + table-to-html $< $@ + add-html-footer $@ + $(outdir)/%.5: %.pod $(pod2groff) diff --git a/mutopia/J.S.Bach/preludes.ly b/mutopia/J.S.Bach/preludes.ly new file mode 100644 index 0000000000..406c08d9cf --- /dev/null +++ b/mutopia/J.S.Bach/preludes.ly @@ -0,0 +1,17 @@ +\header{ +filename = "preludes.ly"; +% mmm +title = "DOUZE PETITES PR\'ELUDES"; +% urg subtitle = "Clavierb\\"uchlein"; +subtitle = "Clavierbuechlein"; +composer = "Johann Sebastian Bach (1685-1750)"; +enteredby = "jcn"; +copyright = "public domain"; +} + +\include "preludes-1.ly" +\include "preludes-2.ly" +\include "preludes-3.ly" +\include "preludes-4.ly" +\include "preludes-5.ly" +\include "preludes-6.ly" -- 2.39.2