]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.76
authorfred <fred>
Tue, 26 Mar 2002 23:25:40 +0000 (23:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:25:40 +0000 (23:25 +0000)
CHANGES
stepmake/stepmake/metapost-rules.make

diff --git a/CHANGES b/CHANGES
index 0360536b99eb07cd18846d0b58ef47f53bc1930f..1a35d304ec8bd55a847905590e676de9fec2bb44 100644 (file)
--- 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
 ======
 
index fa6e37233a75481d7996aa3f6436d9c09df2b8a4..6e135ede159b64e20210a80e711fd5ba4a35e7d6 100644 (file)
@@ -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 $<