]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/changing-defaults.itely
De-gender a few entires.
[lilypond.git] / Documentation / user / changing-defaults.itely
index 9bfd2fe7d997506a4f06e1a0f0b9d57e581be32e..ad56c107f93cc7f96901229aa8c4ad8ae1cfc02e 100644 (file)
@@ -2183,6 +2183,17 @@ The following paper sizes are supported.
 @item tabloid
 @end table 
 
+@cindex orientation
+@cindex landscape
+
+If the symbol @code{landscape} is supplied as argument to
+@code{set-default-paper-size}, the pages will be rotated 90 degrees,
+and line widths will be set longer correspondingly.
+
+@example
+#(set-default-paper-size "a6" 'landscape)
+@end example 
+
 @node Page layout
 @subsection Page layout
 
@@ -2225,14 +2236,29 @@ The default layout responds to the following settings in the
 
 @item betweensystemspace
   This dimensions determines the distance between systems. It is the
-ideal distance between the center of the bottom staff of one system, and
-the center of the top staff of the next system.
+ideal distance between the center of the bottom staff of one system,
+and the center of the top staff of the next system.
+
+Increasing this will provide a more even appearance of the page at the
+cost of using more vertical space.
 
 @item betweensystempadding
 This dimension is the minimum amount of white space that will always
 be present between the bottom most symbol of one system, and the
 topmost of the next system.
 
+Increasing this will put systems whose bounding boxes almost touch
+farther apart.
+
+@item aftertitlespace
+Amount of space between title and the first system
+@item beforetitlespace 
+Amount of space between last system of the previous piece and  the
+title of the next
+@item betweentitlespace
+Amount of space between consecutive titles (eg. the title   of the
+book and the title of piece).
+
 @end table
 
 @example