Hi,

It's really a pity to have 1.4.5 as the latest available
Lilypond version on Windows because of the bug which 
gives an offset at the end of each staff. Would it be
possible to add a 1.4.7 version soon?
If possible, this version could also include the attached
wrapper for mktextfm. It works at least on my machine
(you have to run ly2dvi twice, the font is generated the
first round but Lilypond doesn't see it until the second
round) even though Stefan who first reported the problem 
still has some remaining problems.

  /Mats

#!/bin/sh
# mktextfm.sh -- mktextfm wrapper for MiKTeX on Windows

MFINPUTS="$WINDOWS_MFINPUTS"
TEXINPUTS="$WINDOWS_TEXINPUTS"
TFMFONTS="$WINDOWS_TFMFONTS"

export MFINPUTS TEXINPUTS TFMFONTS

maketfm.exe --dest-dir "$(cygpath -w ""/usr/lilypond/share/lilypond/tfm"")" $*

Reply via email to