Here's a small patch that improves the page layout and
fixes a bug in convert-mudela
/Mats
---------------------------------------------
Generated by (address unknown),
>From = lilypond-1.3.21, To = lilypond-1.3.21.mb1
usage
cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.21.mb1.diff
Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure
diff -urN ../lilypond-1.3.21/CHANGES ./CHANGES
--- ../lilypond-1.3.21/CHANGES Fri Jan 21 00:53:58 2000
+++ ./CHANGES Sun Jan 23 20:49:16 2000
@@ -1,3 +1,9 @@
+1.3.21.mb1
+==========
+* ly2dvi: Remove unnecessary space for the page headers.
+
+* Bugfix convert-mudela
+
1.3.19.hwn2
===========
* Fix disappearing clefs when clefs are not printed with a barline.
diff -urN ../lilypond-1.3.21/VERSION ./VERSION
--- ../lilypond-1.3.21/VERSION Fri Jan 21 00:54:09 2000
+++ ./VERSION Sun Jan 23 20:48:33 2000
@@ -2,7 +2,7 @@
MAJOR_VERSION=1
MINOR_VERSION=3
PATCH_LEVEL=21
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=mb1
# use the above to send patches: MY_PATCH_LEVEL is always empty for a
# released version.
diff -urN ../lilypond-1.3.21/input/test/staff-size.ly ./input/test/staff-size.ly
--- ../lilypond-1.3.21/input/test/staff-size.ly Tue Nov 16 16:11:25 1999
+++ ./input/test/staff-size.ly Sun Jan 23 20:44:02 2000
@@ -1,6 +1,6 @@
\score {
\notes \relative c' < \context Voice {
- \property Staff.staffLineLeading = 4
+ \property Staff.staffSpace = #10
\property Staff.fontSize = #-1
\property Voice.fontSize = #-1
diff -urN ../lilypond-1.3.21/scripts/convert-mudela.py ./scripts/convert-mudela.py
--- ../lilypond-1.3.21/scripts/convert-mudela.py Tue Dec 28 02:26:48 1999
+++ ./scripts/convert-mudela.py Sun Jan 23 20:44:29 2000
@@ -407,10 +407,12 @@
if 1:
def conv (str):
- return re.sub ('staffLineLeading'
- 'staffSpace',
- str)
- conversions.append ((1,3,18), conv, "staffLineLeading -> staffSpace")
+ str = re.sub ('staffLineLeading',
+ 'staffSpace',
+ str)
+ return str
+
+ conversions.append ((1,3,18), conv, 'staffLineLeading -> staffSpace')
############################
diff -urN ../lilypond-1.3.21/scripts/ly2dvi.py ./scripts/ly2dvi.py
--- ../lilypond-1.3.21/scripts/ly2dvi.py Mon Nov 15 15:27:05 1999
+++ ./scripts/ly2dvi.py Sun Jan 23 20:42:12 2000
@@ -257,7 +257,7 @@
%%\\addtolength{\\topmargin}{-1cm}
%%\\setlength{\\textwidth}{%s}
%%\\setlength{\\textheight}{%s}
-\\geometry{width=%spt, left=%spt, height=%spt, top=%spt}
+\\geometry{width=%spt, left=%spt, height=%spt, top=%spt, nohead}
\\input lilyponddefs
\\input titledefs
%s