lilypond-1.3.91
authorfred <fred>
Tue, 26 Mar 2002 23:56:13 +0000 (23:56 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:56:13 +0000 (23:56 +0000)
Documentation/user/refman.itely
input/test/vertical-extent.ly
tex/lilyponddefs.tex

index 47df65e699180709dbf978643370140cbd526b17..725091c139c4a7d69ede50977baa38bbef78530a 100644 (file)
@@ -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 
index b8cf58ed87a6683ee81a231440612bae267035b3..f548ae3080821f795cb53f71136e48f31cbdd549 100644 (file)
@@ -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)}
   }
index f6bca234e4b9dc038fe6ce0f5bf344da892f6847..997fabd85b3ae81652703f10ccc30f31a6b29482 100644 (file)
 
 % 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{}