lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Windows-version


From: Mats Bengtsson
Subject: Windows-version
Date: Mon, 27 Aug 2001 23:04:03 +0200

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

[Prev in Thread] Current Thread [Next in Thread]