From: fred Date: Wed, 27 Mar 2002 01:03:10 +0000 (+0000) Subject: lilypond-1.3.151 X-Git-Tag: release/1.5.59~706 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d26fab61cd96a4466c09ba207c932527460c042a;p=lilypond.git lilypond-1.3.151 --- diff --git a/Documentation/windows/latex-wrapper.sh b/Documentation/windows/latex-wrapper.sh index 67b805c54c..82a2fd44e3 100644 --- a/Documentation/windows/latex-wrapper.sh +++ b/Documentation/windows/latex-wrapper.sh @@ -5,4 +5,4 @@ MFINPUTS="$WINDOWS_MFINPUTS" TEXINPUTS="$WINDOWS_TEXINPUTS" TFMFONTS="$WINDOWS_TFMFONTS" -@name@ "$*" +@name@.exe "$*" diff --git a/Documentation/windows/post-miktex.sh b/Documentation/windows/post-miktex.sh index e8f131d029..7f3f33879f 100644 --- a/Documentation/windows/post-miktex.sh +++ b/Documentation/windows/post-miktex.sh @@ -10,7 +10,7 @@ reg="$(regtool -q get 'HKLM\Software\MiK\MiKTeX\CurrentVersion\MiKTeX\Install Ro b="$(cygpath -u ""$reg"")" # Where we installed it -c=texmf="/usr/windows/MiKTeX" +c="/usr/windows/MiKTeX" for i in "$a" "$b" "$c"; do if [ -d "$i" ]; then diff --git a/lily/kpath.cc b/lily/kpath.cc index 413d4be351..8cbfc86a9f 100644 --- a/lily/kpath.cc +++ b/lily/kpath.cc @@ -68,8 +68,10 @@ ly_init_kpath (char *av0) /var/texmf/fonts, reducing clutter and compilation time. */ +#ifndef __CYGWIN__ /* mktextfm/mktexpk does not work on windows */ unsetenv ("TFMFONTS"); - +#endif + /* initialize kpathsea */ diff --git a/lily/performer-group-performer.cc b/lily/performer-group-performer.cc index 3b5ea7f6a3..96e25b97d8 100644 --- a/lily/performer-group-performer.cc +++ b/lily/performer-group-performer.cc @@ -75,14 +75,10 @@ Performer_group_performer::do_announces () if (announce_info_arr_.size ()) { +#if 0 //printf? -> include printf ("do_announces: elt: %s\n", classname (announce_info_arr_[0].elem_l_)); +#endif announce_info_arr_.clear (); } } - - - - - -