]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.88.mb1: Re: Page fill
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Sat, 23 Sep 2000 19:14:51 +0000 (21:14 +0200)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Sat, 23 Sep 2000 19:14:51 +0000 (21:14 +0200)
1.3.88.mb1
==========

* Changed handling of the interscoreline paper variable.
  The value should be a string with a TeX length.
  It's now possible to to get even bottom of the pages using
  interscoreline="16pt plus 1fill"

---
Generated by (address unknown),
>From = lilypond-1.3.88, To = lilypond-1.3.88.mb1

usage

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.3.88.mb1.diff

Patches do not contain automatically generated files
or (urg) empty directories,
i.e., you should rerun autoconf, configure

CHANGES
Documentation/user/refman.itely
VERSION
input/test/vertical-extent.ly
tex/lilyponddefs.tex

diff --git a/CHANGES b/CHANGES
index 8dd3603d71fadae7ee4b452b3be604454717b798..7b324464f72b1773a691f4c927c8ee25c9a74668 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,17 @@
-1.3.88.hwn1.jcn2
+--- ../lilypond-1.3.88/CHANGES Wed Sep 20 00:59:45 2000
+++ b/CHANGES   Sat Sep 23 19:39:02 2000
+@@ -1,3 +1,11 @@
+1.3.88.mb1
+==========
+
+* Changed handling of the interscoreline paper variable. 
+  The value should be a string with a TeX length.
+  It's now possible to to get even bottom of the pages using 
+  interscoreline="16pt plus 1fill"
+
+ 1.3.87.hwn1
+ ===========
+ 1.3.88.hwn1.jcn2
 ===========
 
 * Made small fixes for ascii output.
index 71f569c6fa58e26e71ee5c6a565e3d615e31ae1d..c5ce7effcadc8775353c2d4fbe75e493ea9733ed 100644 (file)
@@ -2485,7 +2485,9 @@ Nevertheless, here are some variables you may want to use or change:
     ly2dvi.
 
   @item @code{interscoreline}@indexcode{interscoreline}  
-    Sets the spacing between the score lines. Defaults to 16 pt.
+    Sets the spacing between the score lines. The value should be
+    a string with a length specified in TeX syntax. 
+    Defaults to  @code{"16 pt"}.
 
   @item @code{output}@indexcode{output}  
     Specifies an alternate name for the the output @file{s}.
diff --git a/VERSION b/VERSION
index 453772b500c4872baf4fe1e7356d83475b2f6fd2..e699856eddbf68f002fdc38e5af076b9b908ce50 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=88
-MY_PATCH_LEVEL=hwn1.jcn2
+MY_PATCH_LEVEL=mb1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index b8cf58ed87a6683ee81a231440612bae267035b3..f35fd36ef2becb10cf4453b379e04511ee377305 100644 (file)
     }
   >
   \paper{
-    interscoreline = 3.0\mm;
+    interscoreline = "3.0mm";
+
+%    % Alternative to fill the pages with evenly distributed score lines:
+%    interscoreline = "3.0mm plus 1fill";
+
     \translator{\ScoreContext \remove "Bar_number_engraver";}
     \translator{\StaffContext StaffMinimumVerticalExtent = #'(-2.0 . 2.0)}
   }
index f6bca234e4b9dc038fe6ce0f5bf344da892f6847..40a8c7955aed9b2011210fbe804c41bf34e21b2a 100644 (file)
@@ -37,7 +37,7 @@
 \ifundefined{mudelapaperinterscoreline}
         \def\interscoreline{\vskip 16pt\myfilbreak}
 \else
-        \def\interscoreline{\vskip\mudelapaperinterscoreline pt\myfilbreak}
+        \def\interscoreline{\vskip\mudelapaperinterscoreline\myfilbreak}
 \fi
 \def\placebox#1#2#3{%
         \botalign{\hbox{\raise #1\leftalign{\kern #2{}#3}}}}%