From a8fab7f12b889644481beb5780162b789899a600 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:56:13 +0000 Subject: [PATCH] lilypond-1.3.91 --- Documentation/user/refman.itely | 6 ++++++ input/test/vertical-extent.ly | 3 ++- tex/lilyponddefs.tex | 13 +++++++++---- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 47df65e699..725091c139 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -2487,6 +2487,12 @@ Nevertheless, here are some variables you may want to use or change: @item @code{interscoreline}@indexcode{interscoreline} Sets the spacing between the score lines. Defaults to 16 pt. + @item @code{interscorelinefill}@indexcode{interscorelinefill} + If set to a positive number, the distance between the score + lines will stretch in order to fill the full page. In that + case @code{interscoreline} specifies the minimum spacing. + Defaults to 0. + @item @code{output}@indexcode{output} Specifies an alternate name for the the output @file{s}. A @file{.tex}, @file{.midi} or @file{.ps} extension will be diff --git a/input/test/vertical-extent.ly b/input/test/vertical-extent.ly index b8cf58ed87..f548ae3080 100644 --- a/input/test/vertical-extent.ly +++ b/input/test/vertical-extent.ly @@ -13,7 +13,8 @@ } > \paper{ - interscoreline = 3.0\mm; + interscoreline = 13.0\mm; + interscorelinefill = 0; \translator{\ScoreContext \remove "Bar_number_engraver";} \translator{\StaffContext StaffMinimumVerticalExtent = #'(-2.0 . 2.0)} } diff --git a/tex/lilyponddefs.tex b/tex/lilyponddefs.tex index f6bca234e4..997fabd85b 100644 --- a/tex/lilyponddefs.tex +++ b/tex/lilyponddefs.tex @@ -35,10 +35,15 @@ % stacked horizontal lines \ifundefined{mudelapaperinterscoreline} - \def\interscoreline{\vskip 16pt\myfilbreak} -\else - \def\interscoreline{\vskip\mudelapaperinterscoreline pt\myfilbreak} + \def\mudelapaperinterscoreline{16} +\fi +\ifundefined{mudelapaperinterscorelinefill} + \def\mudelapaperinterscorelinefill{0} \fi + +\def\interscoreline{\vskip\mudelapaperinterscoreline pt plus % + \mudelapaperinterscorelinefill fill\myfilbreak} + \def\placebox#1#2#3{% \botalign{\hbox{\raise #1\leftalign{\kern #2{}#3}}}}% @@ -52,7 +57,7 @@ \fi \def\EndLilyPondOutput{% - \csname bye\endcsname + \vskip 0pt plus 100fill\csname bye\endcsname } \def\postheader{} -- 2.39.5