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 - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
LilyPond Software Design
-- Code for Music Notation
http://www.lilypond-design.com
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel