+2003-09-22 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+
+ * scm/define-grob-properties.scm (gap-count): add gap-count
+
+ * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
+
2003-09-22 Jan Nieuwenhuizen <janneke@gnu.org>
* cygwin/mknetrel.doc: Typo.
# LilyPond is often run from within $(outdir), making a relative
# PREFIX incorrect.
-export LILYPONDPREFIX:=$(build_lilypond_datadir)
+export LILYPONDPREFIX:=$(build_lilypond_datadir)/lilypond
export PYTHONPATH:=$(builddir)/python/$(outconfbase):$(PYTHONPATH)
## arg, TEXINPUTS, TFMFONTS, MFINPUTS may still override and thus break this
-export TEXMF:={$(LILYPONDPREFIX),$(shell kpsexpand \$$TEXMF)}
+export TEXMF:={$(build_lilypond_datadir),$(shell kpsexpand \$$TEXMF)}
export MFINPUTS:=
export TEXINPUTS:=
name of character within font.")
(grob-property-description 'gap ly:dimension? "Size of a gap in a variable symbol.")
+(grob-property-description 'gap-count integer? "Number of gapped beams for tremolo.")
(grob-property-description 'grow-direction ly:dir? "crescendo or decrescendo?.")
(grob-property-description 'hair-thickness number? "thickness, measured in stafflinethickness.")