remove DEB_BUILD pk font variables.
remove GUILE_LOAD_PATH
remove TeX memory vars.
+2005-04-04 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * make/lilypond-vars.make: remove TEXMF from variables.
+ remove DEB_BUILD pk font variables.
+ remove GUILE_LOAD_PATH
+ remove TeX memory vars.
+
2005-04-04 Werner Lemberg <wl@gnu.org>
* lilypond/scm-option.cc (ly_option_usage): Add final newline.
may seem academical. But it is not. In larger pieces with monotonous
rhythms, spacing corrections lead to subtle variations in the layout
of every line, giving each one a distinct visual signature. Without
-this signature all lines would look the same, and they become like a
+`this signature all lines would look the same, and they become like a
labyrinth. If a musician looks away once or has a lapse in
concentration, the lines might lose their place on the page.
stil = Stencil (m->extent_box (), SCM_EOL).smobbed_copy ();
else
{
-
SCM expr = m->expr ();
if (point_and_click_global)
expr = scm_list_3 (ly_symbol2scm ("grob-cause"), self_scm (), expr);
##
## settings to run LilyPond
-
+# environment settings.
export PATH:=$(builddir)/lily/$(outconfbase):$(builddir)/buildscripts/$(outconfbase):$(builddir)/scripts/$(outconfbase):$(PATH):
-
-# LilyPond is often run from within $(outdir), making a relative
-# PREFIX incorrect.
export LILYPONDPREFIX:=$(build_lilypond_datadir)/$(TOPLEVEL_VERSION)
-
export PYTHONPATH:=$(builddir)/python/$(outconfbase):$(PYTHONPATH)
-export GUILE_LOAD_PATH:=$(builddir):$(GUILE_LOAD_PATH)
-
-## arg, TEXINPUTS, TFMFONTS, MFINPUTS may still override and thus break this
-export TEXMF:={$(LILYPONDPREFIX),$(shell kpsexpand \$$TEXMF)}
-
-export MFINPUTS:=
-export TEXINPUTS:=
-export TFMFONTS:=
-export extra_mem_top=1000000
-export extra_mem_bottom=1000000
-export pool_size=500000
-
-ifdef DEB_BUILD
-export PKFONTS := $(topdir)/mf/out
-export MT_DESTROOT := $(topdir)/mf/out
-export DVIPSMAKEPK := mktexpk --destdir $(topdir)/mf/out
-endif
the-script-dir=$(wildcard $(script-dir))