lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making web


From: Han-Wen Nienhuys
Subject: Re: making web
Date: Wed, 19 Jul 2006 14:42:14 +0200
User-agent: Thunderbird 1.5.0.4 (X11/20060614)

Erik Sandberg schreef:
Hi,

The attached patch makes 'make web' work for me! May I commit?

Fixed issues:
- problems related to -dgs-font-load: Some snippets work only if the flag is enabled, while others work only if it is disabled. Solution: Disable the flag, and add an explicit ly:set-option in the only relevant snippet.

this is not a solution, but symptom fixing. What's the problem you encounter?


- incorrect epstopdf command-line syntax

see cvs.

 LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) -I 
$(input-dir)/regression/ -I $(input-dir)/manual/ -I $(input-dir)/tutorial/ -I 
$(top-build-dir)/mf/$(outconfbase)/  -I $(top-build-dir)/mf/out/
-LILYPOND_BOOK_LILYPOND_FLAGS=-dgs-font-load
-LILYPOND_BOOK_FLAGS = --process="$(LILYPOND_BINARY) --backend=eps 
--formats=ps,png,pdf -deps-font-include -dgs-font-load --header=texidoc -I 
$(top-src-dir)/input/manual -dinternal-type-checking -ddump-signatures 
-danti-alias-factor=2 $(LILYPOND_BOOK_LILYPOND_FLAGS)"
+LILYPOND_BOOK_LILYPOND_FLAGS=
+LILYPOND_BOOK_FLAGS = --process="$(LILYPOND_BINARY) --backend=eps 
--formats=ps,png,pdf -deps-font-include --header=texidoc -I $(top-src-dir)/input/manual 
-dinternal-type-checking -ddump-signatures -danti-alias-factor=2 
$(LILYPOND_BOOK_LILYPOND_FLAGS)"


this is a bad idea. without -dgs-font-load, the OTF file is inserted into every EPS file, blowing the size of each system EPS to 140k.

--

Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen

LilyPond Software Design
 -- Code for Music Notation
http://www.lilypond-design.com





reply via email to

[Prev in Thread] Current Thread [Next in Thread]