From dff231644b0313004e103034768c1c11e8e407f5 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 4 Nov 1998 23:13:39 +0100 Subject: [PATCH] patch::: 1.1.2.jcn2: doublethickbar pl 2.jcn2 --- NEWS | 2 ++ VERSION | 2 +- init/lily.scm | 4 ++++ ps/lilyponddefs.ps | 5 +++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 28ed2c2e39..2c48432d46 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +pl 2.jcn2 + pl 2.jcn1 - commented-out Level-2 PostScript in lily.ps (J. Buehler) - moved tex/*.ps to ps/ diff --git a/VERSION b/VERSION index d54d3ed70f..b367271202 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=2 -MY_PATCH_LEVEL=jcn1 +MY_PATCH_LEVEL=jcn2 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/init/lily.scm b/init/lily.scm index d0f1dc57fb..fa5ca909e4 100644 --- a/init/lily.scm +++ b/init/lily.scm @@ -160,6 +160,10 @@ (define (experimental-on-tex) "\\turnOnExperimentalFeatures") +(define + (fatdoublebar o h) + ((invoke-output o "invoke-dim1") "fatdoublebar" h)) + (define (finishbar o h) ((invoke-output o "invoke-dim1") "finishbar" h)) diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index ffa7053bb3..b5386d2818 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -88,6 +88,11 @@ thinbar } bind def +/fatdoublebar +{ + thickbar +} bind def + /finishbar { thickbar -- 2.39.2