]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.64
authorfred <fred>
Sun, 24 Mar 2002 20:12:04 +0000 (20:12 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:12:04 +0000 (20:12 +0000)
NEWS
VERSION
lily/VERSION
make/Docrules.make
mutopia/J.S.Bach/preludes.ly [new file with mode: 0644]

diff --git a/NEWS b/NEWS
index 06305c5fb9cedd4649b33d544d1a647e06bf31b2..32035856f11c796eaa4ff348c137d8634fff45ab 100644 (file)
--- 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 c63ff42d3c4ab340131bfa5a02c78ece2f8c34a5..440a99a9f79bfb5cbeb6dd9d221a7a2939fc9d87 100644 (file)
--- 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:
index d173a2d56b222c5845101324d4523fd60ffe4a81..9e7293e3d78251f346a0dd629325a1c735027c54 100644 (file)
@@ -1,5 +1,5 @@
 MAJOR_VERSION=0
 MINOR_VERSION=1
-PATCH_LEVEL=63
+PATCH_LEVEL=64
 MY_PATCH_LEVEL=
 
index fdd23e632f86c7ea0838fd71c44066b175087225..b8428e2e0c2aeadf9bacf3928fa5cb2ea00a179e 100644 (file)
@@ -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 (file)
index 0000000..406c08d
--- /dev/null
@@ -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"