From 11109b3188ede5dd5a615241540d6af768af84ff Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:25:40 +0000 Subject: [PATCH] lilypond-1.3.76 --- CHANGES | 24 ++++++++++++++++++++++++ stepmake/stepmake/metapost-rules.make | 8 ++++---- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 0360536b99..1a35d304ec 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,27 @@ +1.3.76 +====== + +* Lyric_phrasing_engraver now adjusts for melisma. (Glenn Prideaux). + +* Mudela-book fix for Windows95 (Mark Hindley) + +* Debian update (Anthony Fok) + +* Added beam melisma for when automaticMelismata and noAutoBeaming are both + #t (primarily for hymns). Courtesy Glenn Prideaux. + +* Bugfix: .pfa dependency on $(outdir)/mfplain.mem + +1.3.75.mb1 +========== + +* stepmake/stepmake/metapost-rules.make: Put all generated files + in mf/out/. + +* Added paper variable interscoreline to determine the score line + spacing, see input/test/vertical-extent.ly. + Cleaned up the lilyponddefs.tex inclusion scheme. + 1.3.75 ====== diff --git a/stepmake/stepmake/metapost-rules.make b/stepmake/stepmake/metapost-rules.make index fa6e37233a..6e135ede15 100644 --- a/stepmake/stepmake/metapost-rules.make +++ b/stepmake/stepmake/metapost-rules.make @@ -1,12 +1,12 @@ # Don't remove $(outdir)/.log's. Logs are a target! -$(outdir)/%.0: %.mf mfplain.mem - -$(METAPOST) "&mfplain \mode=lowres; \mag=1.0; nonstopmode; input $<" +$(outdir)/%.0: %.mf $(outdir)/mfplain.mem + -$(METAPOST) "&$(outdir)/mfplain \mode=lowres; \mag=1.0; nonstopmode; input $<" -mfplain.mem: $(MFPLAIN_MP) +$(outdir)/mfplain.mem: $(MFPLAIN_MP) $(INIMETAPOST) $(INIMETAPOST_FLAGS) $(MFPLAIN_MP) dump - + mv mfplain.* $(outdir) $(outdir)/%.pfa: $(outdir)/%.0 $(PYTHON) $(depth)/buildscripts/ps-to-pfa.py --output $(basename $<).pfa $< -- 2.39.5