]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.32
authorfred <fred>
Wed, 27 Mar 2002 02:05:34 +0000 (02:05 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:05:34 +0000 (02:05 +0000)
ChangeLog
stepmake/stepmake/metafont-rules.make

index 611b422778cd98a080c513d934db29846f32d04e..634ebc7ef239c1b8f3da74764745dccf3372763b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2002-02-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/font.scm: remove font-name symbol.
+
+       * mf/GNUmakefile: use pktrace for making PFAs
+
+       * make/lilypond.redhat.spec.in: use pktrace when making specs
+
+       * lily/rest-collision.cc (do_shift): read direction field from
+       rest-column in case of note-rest collision. This should fix some
+       problems with rest collisions.
+
+2002-02-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/note-heads-engraver.cc (process_music): Removed easyPlay
+       property.
+
+       * lily/note-head.cc (brew_ez_molecule): Remove note-character
+       property. Read pitch directly from #'cause.
+
+       * mf/feta-puntje.mf: bugfix
+
+2002-02-19  Juergen Reuter <reuter@ipd.uka.de>
+       
+       * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed.
+
+2002-02-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/windows/compiling.texi: Update.
+
+       * Documentation/index.texi: Add link to orphaned compiling for
+       windows page.
+
+       * Documentation/footer.html.in: Comment fix.
+
+       * stepmake/bin/add-html-footer.py: Python2.[12] re workarounds.
 
 2002-02-18  Han-Wen  <hanwen@cs.uu.nl>
        
index eb2e55b1ab55b2e87d4659eadb287cee56c32b8f..3c750c7bfe8e64612530fb57a809782360fc3510 100644 (file)
@@ -27,16 +27,12 @@ $(outdir)/%.$(XPM_RESOLUTION)pk: $(outdir)/%.$(XPM_RESOLUTION)gf
        gftopk $< $@
 
 
-$(outdir)/%.pfb: 
-       pktrace  $(basename $(@F))
-       mv $(basename $(@F)).pfb $(outdir)
-
-
-
-
+$(outdir)/%.pfa: %.mf
+       pktrace --simplify --keep-trying $(basename $(@F))
+       mv $(basename $(@F)).pfa $(outdir)
 
-$(outdir)/%.pfb: 
-       pktrace  $(basename $(@F))
+$(outdir)/%.pfb: %.mf
+       pktrace --simplify --keep-trying  $(basename $(@F))
        mv $(basename $(@F)).pfb $(outdir)
 
 #%.afm: