]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.1.1.jcn3: webzeit vixen
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 2 Nov 1998 20:54:59 +0000 (21:54 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 2 Nov 1998 20:54:59 +0000 (21:54 +0100)
VERSION
init/lily.scm

diff --git a/VERSION b/VERSION
index 6ad281102eb9d0ad6484ed1aa7782f21bee0bca6..3819cc13bf7b63ee1b8f9f12f2e7ac7c8bbdd62c 100644 (file)
--- 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.
index cc47c8e573c443d28e546531f060b009a6cf1733..2a66e0ff1caa05c1f12e92394d525d3eca81655b 100644 (file)
   (empty-tex) 
   "%\n\\empty%\n")
 
+(define 
+  (emptybar o h) (empty o))
+
 (define 
   (end-output o) 
   ((invoke-output o "end-output")))
 (define
   (repeatbar o h) (empty o))
 
+(define
+  (repeatbarstartrepeat o h) (empty o))
+
 (define 
   (rulesym o x y) 
   ((invoke-output o "rulesym") x y))