]> git.donarmstrong.com Git - lilypond.git/commitdiff
(ALL_GEN_FILES): make SVG files too.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Dec 2004 11:49:53 +0000 (11:49 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 19 Dec 2004 11:49:53 +0000 (11:49 +0000)
ChangeLog
mf/GNUmakefile
mf/feta-accordion.mf
mf/parmesan-heads.mf
scm/output-ps.scm

index da956c5e86f9e90b12f85c6932a7bf21ae97bb20..9527acbcb9ea32e199360b2103ce6b3f536b849b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/GNUmakefile (ALL_GEN_FILES): make SVG files too.
+
 2004-12-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/framework-svg.scm (dump-page): Implement landscape.
index 9fd5bed79e0d0993d4cd68d0208548ffa62abb97..d198342b5a95a0b66ff66f1a424c762f7aa96a58 100644 (file)
@@ -78,7 +78,7 @@ PFB_FILES = $(PFA_FILES:%.pfa=%.pfb)
 
 # Make tfm files first, log files last, 
 # so that normally log files aren't made twice
-ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(LISP_FILES) $(FETA_LIST_FILES)  $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale $(outdir)/Fontmap.lily $(OTF_FILES)
+ALL_GEN_FILES= $(TFM_FILES) $(TEXTABLES) $(TFM_FILES) $(LOG_FILES) $(ENC_FILES) $(LISP_FILES) $(FETA_LIST_FILES)  $(OTF_TABLES) $(PFA_FILES) $(outdir)/lilypond.map $(outdir)/fonts.scale $(outdir)/Fontmap.lily $(OTF_FILES) $(SVG_FILES)
 
 #PRE_INSTALL=$(MAKE) "$(ALL_GEN_FILES)"
 INSTALLATION_DIR=$(local_lilypond_datadir)/fonts/source
@@ -202,7 +202,7 @@ fontdir: $(addprefix $(outdir)/, lilypond.map lilypond.sfd private-fonts fonts.s
 
 
 $(outdir)/lilypond.map: $(AFM_FILES)
-       for i in $(FETA_FONTS); do echo $$i $$i'<'$$i.pfa; done > $@
+       for i in $(FETA_FONTS); do echo $$i $$i '<'$$i.pfa; done > $@
 
 
 local-clean:
index 713c04fc846f7dff9a962a6e6038595c5652b2b5..ec3c470df31443ed2bca09d3e3907ec861c0006e 100644 (file)
@@ -126,7 +126,7 @@ def def_S(expr w, h) =
        bue=z2{left}..z1{up};
        numeric t;
        t:=xpart(bue intersectiontimes(z8l--z7l));
-       show t;
+%      show t;
        bueoverst=z6{right}..z7{down};
 enddef;
 
@@ -159,8 +159,6 @@ enddef;
 %%% strange turning path.
 fet_beginchar("accOldEE", "accOldEE")
        set_char_box(staff_space#, staff_space#, 0, 2staff_space#);
-       show w;
-       show h;
        r = staff_space;
        lr = .4 staff_space - linethickness;
        ir = .6 staff_space;
index e425f16ced45c78d7200cf48d2d344fa98276eb6..b8bc59c407f81ec93241842bd4bce4605fc5f567 100644 (file)
@@ -83,7 +83,6 @@ def draw_neomensural_brevis(expr brevwid) =
                -- z4l -- z4r -- z3r{left} .. z2r{up} -- cycle;
 
        addto currentpicture also currentpicture yscaled -1;
-       show z4r; show z4l;
        addto currentpicture also currentpicture 
                shifted (-x4r,0) xscaled -1 shifted (x4l,0);
 
index a6b13dc07912a56ba67ed3037b454ef5ccb142c0..2f585a767e4e91c2c069bcbc61ead9772b396c22 100644 (file)
 (define text new-text)
 
 (define (white-text scale s)
-   (let ((mystring (string-append "(" s  ") " (number->string scale)   " /Helvetica-bold "
+   (let ((mystring (string-append "(" s  ") " (number->string scale)   " /Helvetica-Bold "
           " draw_white_text")))
   mystring))