From f87b1df0f78838d1cd2d4dc7d576e4b9aa1035ef Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Fri, 13 Nov 1998 21:06:32 +0100 Subject: [PATCH] patch::: 1.1.5.jcn1: pl5 fixes pl5.jcn1 - tex/lily-ps-defs.tex fixes - lily.ps ******** 1.1.5 --- NEWS | 7 ++ VERSION | 2 +- buildscripts/set-lily.sh | 4 +- ps/lily.ps | 184 +++++++++++++++++++++++++++++++++++++++ tex/lily-ps-defs.tex | 38 ++++---- 5 files changed, 215 insertions(+), 20 deletions(-) create mode 100644 ps/lily.ps diff --git a/NEWS b/NEWS index 7c1e93e253..8758586337 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +pl5.jcn1 + - tex/lily-ps-defs.tex fixes + - lily.ps + +******** +1.1.5 + pl4.jcn4 - fixes; preludes, finger diff --git a/VERSION b/VERSION index b7f6e05bad..1124932284 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=5 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/buildscripts/set-lily.sh b/buildscripts/set-lily.sh index c1db5b8408..c4ce395546 100755 --- a/buildscripts/set-lily.sh +++ b/buildscripts/set-lily.sh @@ -25,7 +25,7 @@ if [ "x$LILYINCLUDE" = "x" ]; then fi LILYINCLUDE=$LILYPOND_SOURCEDIR/init:$LILYPOND_SOURCEDIR/input:$LILYPOND_SOURCEDIR/mf/out MFINPUTS=$MFINPUTS:$LILYPOND_SOURCEDIR/mf - TEXINPUTS=$TEXINPUTS:$LILYPOND_SOURCEDIR/mf/out + TEXINPUTS=$TEXINPUTS:$LILYPOND_SOURCEDIR/mf/out:$LILYPOND_SOURCEDIR/ps:$LILYPOND_SOURCEDIR/tex export LILYINCLUDE MFINPUTS TEXINPUTS GS_LIB=$HOME/usr/src/lilypond/ps GS_FONTPATH=$HOME/usr/src/lilypond/mf/out @@ -34,7 +34,7 @@ if [ "x$LILYINCLUDE" = "x" ]; then cat < @@ -43,23 +64,6 @@ } -\special{! -% PS helper: convert (0.2pt) to the token 0.2 -/settexdimen -{ - /thestring exch def - thestring 0 thestring length 2 sub - getinterval - token - pop exch pop -} def -% -/deftexdimen -{ - settexdimen - def -} def -} \def\turnOnPostScript{% \PSsetTeXdimen{stafflinethickness} -- 2.39.5