+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
======
# 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 $<