From 9bea477a992947adbbba48bc479c3f551cde8225 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 4 Apr 2005 09:32:23 +0000 Subject: [PATCH] remove TEXMF from variables. remove DEB_BUILD pk font variables. remove GUILE_LOAD_PATH remove TeX memory vars. --- ChangeLog | 7 +++++++ Documentation/user/introduction.itely | 2 +- lily/grob.cc | 1 - make/lilypond-vars.make | 23 +---------------------- 4 files changed, 9 insertions(+), 24 deletions(-) diff --git a/ChangeLog b/ChangeLog index b336a8fffd..0353412ab4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-04-04 Han-Wen Nienhuys + + * 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 * lilypond/scm-option.cc (ly_option_usage): Add final newline. diff --git a/Documentation/user/introduction.itely b/Documentation/user/introduction.itely index cdd3292b74..1ce3e294e8 100644 --- a/Documentation/user/introduction.itely +++ b/Documentation/user/introduction.itely @@ -142,7 +142,7 @@ the looks of a piece of music, so nitpicking about typographical details 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. diff --git a/lily/grob.cc b/lily/grob.cc index 6b17b356b7..ea8c1a5609 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -240,7 +240,6 @@ Grob::get_uncached_stencil () const 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); diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index d9946a8914..64a1fe7f39 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -1,33 +1,12 @@ ## ## 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)) -- 2.39.2