From a9030f782a80fa0fa3ac340747299ea260987349 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:07:09 +0000 Subject: [PATCH] lilypond-0.1.50 --- Documentation/faq.pod | 7 +++---- TODO | 8 +++++++- bin/Makefile.am | 13 +++++++------ bin/Makefile.am.wild | 4 ++-- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Documentation/faq.pod b/Documentation/faq.pod index 1237bf4a36..a78f05e809 100644 --- a/Documentation/faq.pod +++ b/Documentation/faq.pod @@ -180,10 +180,9 @@ elements.) Q: Do you support multiple staff-sizes? -A: Yes and no. At this time you can choose between 16 or 20 pt -staff-size (you can have other sizes, but you need to tinker with the -fonts to get those). The sizes can't be changed per staff (yet). -Look at F for an example. +A: Yes and no. At this time you can choose between 11, 13, 16, 19, +20, 23 and 20 pt staff-size. The sizes can't be changed per staff +(yet). Look at F for an example. =head2 How do I .... diff --git a/TODO b/TODO index b981bc6640..77ad05afaa 100644 --- a/TODO +++ b/TODO @@ -8,12 +8,18 @@ grep for TODO and ugh/ugr 0.2: + * latex quirk? + * check for groff / troff/ nroff et * use kpsepath to find all TeX dirs - configure.in - clean-fonts.sh - + + * fix MIDI + + * mudela-convert. + * nicen examples: - remove all \multi - break-up heavily-nested score blocks diff --git a/bin/Makefile.am b/bin/Makefile.am index 5b8192bf6c..1ddb8a8dc9 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -1,10 +1,11 @@ -# Automatically generated from ./lilypond-0.1.49/bin/Makefile.am.wild by bin/autowild -# Do not edit +# Generated automatically by wild-perl 0.1 # bin/Makefile -# bin_SCRIPTS = Makefile.in add-URLs.in clean-diaper.in clean-embeds.in clean-fonts.in conflily.in convert-mudela.in cvm.in find-typenames.in foo.in genheader.in ly2dvi.in make-docxx.in make-examples.in make-patch.in make-version.in make-website.in mf-deps.in mf-to-table.in mudela-book.in ps-to-gifs.in release.in show-latest.in +# bin_SCRIPTS = -PAREL_SCHRIFTEN = flower.py lilypython.py -IN_SCHRIFTEN = flower.py lilypython.py -EXTRA_DIST = Makefile.am.wild autowild $(PAREL_SCHRIFTEN) $(IN_SCHRIFTEN) wild-perl +PAREL_SCHRIFTEN = +IN_SCHRIFTEN = +EXTRA_DIST = Makefile.am.wild $(PAREL_SCHRIFTEN) $(IN_SCHRIFTEN) wild-perl +$(srcdir)/Makefile.am: $(srcdir)/Makefile.am.wild + $(PERL) $(top_srcdir)/bin/wild-perl < $< > $@ \ No newline at end of file diff --git a/bin/Makefile.am.wild b/bin/Makefile.am.wild index ba97f091a2..29e882ac19 100644 --- a/bin/Makefile.am.wild +++ b/bin/Makefile.am.wild @@ -2,7 +2,7 @@ # bin_SCRIPTS = $(wildcard *.in) -PAREL_SCHRIFTEN = $(wildcard *.py) +PAREL_SCHRIFTEN = $(wildcard *.pl) IN_SCHRIFTEN = $(wildcard *.py) -EXTRA_DIST = Makefile.am.wild autowild $(PAREL_SCHRIFTEN) $(IN_SCHRIFTEN) wild-perl +EXTRA_DIST = Makefile.am.wild $(PAREL_SCHRIFTEN) $(IN_SCHRIFTEN) wild-perl -- 2.39.5