[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Small lilypond-book patch
From: |
Mats Bengtsson |
Subject: |
Small lilypond-book patch |
Date: |
Sun, 14 Oct 2001 16:55:35 +0200 |
Here's a patch for lilypond-book. I think I've sent it
some month ago, but it never got included.
I couldn't find the announced 1.5.17 on the server yet.
Also, could you please do me and others a favor and add
a soft link Xdeltas->xdeltas, so we don't have to scroll
down the whole list of .tar.gz and .diff.gz files to
find the link to the xdeltas/ subdirectory.
/Mats
Generated by (address unknown),
>From = lilypond-1.5.16, To = lilypond-1.5.16.mb1
usage
cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.16.mb1.diff
Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
diff -purN ../lilypond-1.5.16/CHANGES ./CHANGES
--- ../lilypond-1.5.16/CHANGES Tue Oct 9 00:04:37 2001
+++ ./CHANGES Fri Oct 12 23:08:06 2001
@@ -1,3 +1,8 @@
+1.5.16.mb1
+==========
+
+* Bugfix: lilypond-book crashed on some \geometry options
+
1.5.15.jcn1
===========
diff -purN ../lilypond-1.5.16/VERSION ./VERSION
--- ../lilypond-1.5.16/VERSION Tue Oct 9 15:43:46 2001
+++ ./VERSION Fri Oct 12 23:07:43 2001
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
MAJOR_VERSION=1
MINOR_VERSION=5
PATCH_LEVEL=16
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=mb1
# use the above to send patches: MY_PATCH_LEVEL is always empty for a
# released version.
diff -purN ../lilypond-1.5.16/scripts/lilypond-book.py
./scripts/lilypond-book.py
--- ../lilypond-1.5.16/scripts/lilypond-book.py Fri Sep 7 18:39:30 2001
+++ ./scripts/lilypond-book.py Fri Oct 12 23:07:31 2001
@@ -188,7 +188,9 @@ class LatexPaper:
elif name[-5:] == 'paper':
self.m_papersize = name
else:
- self._set_dimen('m_geo_'+name, value)
+ pass
+ # what is _set_dimen ?? /MB
+ #self._set_dimen('m_geo_'+name, value)
def __setattr__(self, name, value):
if type(value) == type("") and \
dimension_conversion_dict.has_key (value[-2:]):
- Small lilypond-book patch,
Mats Bengtsson <=