From: fred Date: Wed, 27 Mar 2002 02:05:34 +0000 (+0000) Subject: lilypond-1.5.32 X-Git-Tag: release/1.5.59~329 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56f869b381850f718ad61f91e671111a91cb756c;p=lilypond.git lilypond-1.5.32 --- diff --git a/ChangeLog b/ChangeLog index 611b422778..634ebc7ef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2002-02-21 Han-Wen Nienhuys + + * 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 + + * 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 + + * mf/*.mf: tried to fix ancient-font.ly. WARNING: Font changed. + +2002-02-18 Jan Nieuwenhuizen + + * 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 diff --git a/stepmake/stepmake/metafont-rules.make b/stepmake/stepmake/metafont-rules.make index eb2e55b1ab..3c750c7bfe 100644 --- a/stepmake/stepmake/metafont-rules.make +++ b/stepmake/stepmake/metafont-rules.make @@ -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: