bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fixed interscorelinefill


From: Mats Bengtsson
Subject: Fixed interscorelinefill
Date: Sat, 22 Dec 2001 23:25:26 +0100

Here's a small patch such that interscorelinefill doesn't
destroy the last page of a score. The reason it stopped 
working is that Lilypond nowadays generates 
\def\lilypondpaperinterscorelinefill{1.000000}
instead of 
\def\lilypondpaperinterscorelinefill{1}
if you say 
\paper{
  interscorelinefill = 1
}

By the way, I'm a bit skeptical to the new change log format, 
since it makes it almost impossible to find out in which release
a certain change was made. I know this style is common practice
in GNU projects but I've been irritated for the same reason also
for other programs when trying to find out if the version I have
installed is new enough or how far I have to upgrade to fix a
problem. 

Merry Christmas and a Happy New Year!

  /Mats
Generated by (address unknown),
>From = lilypond-1.5.26, To = lilypond-1.5.26.mb1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.26.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.26/ChangeLog ./ChangeLog
--- ../lilypond-1.5.26/ChangeLog        Fri Dec 14 01:19:19 2001
+++ ./ChangeLog Sat Dec 22 23:06:30 2001
@@ -1,3 +1,8 @@
+2001-12-22  Mats Bengtsson  <address@hidden@s3.kth.se>
+
+       * tex/lilyponddefs.tex: Make sure interscorelinefill=1 doesn't
+       spread the last few lines all over the last page of a score.
+
 2001-12-14  Han-Wen  <address@hidden>
 
        * scripts/lilypond-book.py (LatexPaper.set_geo_option):
diff -purN ../lilypond-1.5.26/VERSION ./VERSION
--- ../lilypond-1.5.26/VERSION  Fri Dec 14 01:26:40 2001
+++ ./VERSION   Sat Dec 22 23:06:50 2001
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=26
-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.26/tex/lilyponddefs.tex ./tex/lilyponddefs.tex
--- ../lilypond-1.5.26/tex/lilyponddefs.tex     Wed Dec  5 18:54:38 2001
+++ ./tex/lilyponddefs.tex      Sat Dec 22 23:03:17 2001
@@ -46,6 +46,8 @@
 \fi
 \ifundefined{lilypondpaperinterscorelinefill}
         \def\lilypondpaperinterscorelinefill{0}
+\else
+        \def\lilypondpaperinterscorelinefill{1}
 \fi
 
 \def\interscoreline{\vskip\lilypondpaperinterscoreline pt plus %

reply via email to

[Prev in Thread] Current Thread [Next in Thread]