]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add "fit as much as possible onto this page" example.
authorGraham Percival <graham@percival-music.ca>
Sun, 14 Aug 2005 05:58:35 +0000 (05:58 +0000)
committerGraham Percival <graham@percival-music.ca>
Sun, 14 Aug 2005 05:58:35 +0000 (05:58 +0000)
ChangeLog
Documentation/user/global.itely

index 8e21cd985fa4faec3b6253107984c2619d78b9ba..1b85b6e484b5d6fcc874f785176bc08c9c3f6c4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-13  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/global.itely: add "fit as much as
+       possible onto this page" example (Vertical spacing).
+
 2005-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Nitpick run.
index aff339c6c7390e7ab6fd8ab1a6d3a2699514a57b..fe80b26bae79b1608c59aef48791d8dfc72526ea 100644 (file)
@@ -481,6 +481,18 @@ will be much more useful than changing @code{minimumVerticalExtent}.
 @}
 @end example
 
+If you simply want to tell LilyPond ``fit as much as possible onto
+these pages, then expand to fill any available space on the pages,''
+then use the following
+
+@example
+\paper @{
+  betweensystempadding = #1
+  raggedbottom=##f
+  raggedlastbottom=##f
+@}
+@end example
+
 
 @seealso