]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 31 Mar 2006 09:59:05 +0000 (09:59 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 31 Mar 2006 09:59:05 +0000 (09:59 +0000)
BSTINPUTS.

* Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.

* scm/output-ps.scm (glyph-string): revert cid selectfont.

* scm/output-ps.scm: glyph-string now produces smaller, more
readable, and probably faster PostScript.  Several findfont
scalefont setfont instances changed to selectfont
Hacked-up string-appends changed to formats.
Patch by David Feuer.

ChangeLog
Documentation/bibliography/GNUmakefile
Documentation/topdocs/AUTHORS.texi
THANKS
scm/output-ps.scm

index 25ef51986cc61ee14fb151e0961f139028d7d674..34da6f6a52ad3ec02eb88e184d736bd126ea9a6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
+       BSTINPUTS. 
+
+       * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
+
        * scm/output-ps.scm (glyph-string): revert cid selectfont.
 
        * scm/framework-ps.scm:
index 70690cdb66f8e6b4e3f6c7920b1c327d50c1630e..b1333668ce51d81253a7c6d6d38a466dff6bc03a 100644 (file)
@@ -27,7 +27,7 @@ $(outdir)/%.bib: %.bib
        ln -f $< $@
 
 $(outdir)/%.html: %.bib
-       $(PYTHON) $(buildscript-dir)/bib2html.py -o $@ $<
+       BSTINPUTS=$(src-dir) $(PYTHON) $(buildscript-dir)/bib2html.py -o $@ $<
 
 local-clean:
        rm -f fonts.aux fonts.log feta*.tfm feta*.*pk
index 147a1dd514169581ea37485e959243c1b35e9842..25a9400aeb91e5b859f919a827b5c6b87e00d041 100644 (file)
@@ -27,6 +27,8 @@ Core code:
    Color support, tablature improvements, trivial \mark stuff
 @item @email{benkop@@freestart.hu,Pal Benko},
     Ancient notation.
+@item @email{david.feuer@@gmail.com, David Feuer},
+    PS output code refactoring.
 @item @email{bernard@@fong-hurley.org.uk, Bernard Hurley},
     X11 color.
 @item @email{jiba@@tuxfamily.org, Jean-Baptiste Lamy},
@@ -40,7 +42,6 @@ Core code:
 @item @email{wl@@gnu.org, Werner Lemberg},
     @TeX{} glue code.
 @item @email{joe@@neeman.com, Joe Neeman}, 
-    @uref{http://www.xs4all.nl/~hanwen/},
     Constrained line breaking.
 @item @email{hanwen@@xs4all.nl, Han-Wen Nienhuys}, 
     @uref{http://www.xs4all.nl/~hanwen/},
diff --git a/THANKS b/THANKS
index dc6144e220228d342540587e517a2384a44e02db..d54089c11f989348cc87c9027241ae1cb028c5a6 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -12,6 +12,7 @@ Mats Bengtsson    - Support Guru
 
 CONTRIBUTORS
 
+David Feuer
 Joe Neeman
 
 SPONSORS
index eef37c63459aaf0bcf6fb66fac1abef4477b8648..524cdb4ad72126a017dd1545d4692a0e9b1c8394 100644 (file)
                        (g (cadddr item))
                        (prefix (if  (string? g) "/" "")))
 
-                      (format #f "~f ~f ~a~a\n" (round2 (+ w x))
+                      (format #f "  ~f ~f ~a~a\n" (round2 (+ w x))
                               (round2 y) prefix g)
                       ))
                   w-x-y-named-glyphs))