From: Jan Nieuwenhuizen Date: Mon, 2 Nov 1998 20:54:59 +0000 (+0100) Subject: patch::: 1.1.1.jcn3: webzeit vixen X-Git-Tag: release/1.1.2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf1707302da011b6091a5185aa93a8bc40fa5099;p=lilypond.git patch::: 1.1.1.jcn3: webzeit vixen --- diff --git a/VERSION b/VERSION index 6ad281102e..3819cc13bf 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=1 PATCH_LEVEL=1 -MY_PATCH_LEVEL=jcn1 +MY_PATCH_LEVEL=jcn3 # 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 cc47c8e573..2a66e0ff1c 100644 --- a/init/lily.scm +++ b/init/lily.scm @@ -106,6 +106,9 @@ (empty-tex) "%\n\\empty%\n") +(define + (emptybar o h) (empty o)) + (define (end-output o) ((invoke-output o "end-output"))) @@ -255,6 +258,9 @@ (define (repeatbar o h) (empty o)) +(define + (repeatbarstartrepeat o h) (empty o)) + (define (rulesym o x y) ((invoke-output o "rulesym") x y))