[ << Spacing issues ] | [Top][Contents][Index] | [ Changing defaults >> ] |
[ < Horizontal spacing \paper variables ] | [ Up : Horizontal spacing \paper variables ] | [ \paper variables for two-sided mode > ] |
\paper
variables for widths and margins
Default values (before scaling) that are not listed here are defined in file ly/paper-defaults-init.ly.
paper-width
¶-
The width of the page, unset by default. While
paper-width
has no effect on the automatic scaling of some horizontal dimensions, it does influence theline-width
variable. If bothpaper-width
andline-width
are set, thenleft-margin
andright-margin
will also be updated. Also seecheck-consistency
. line-width
¶-
When specified in a
\paper
block this defines the horizontal extent available for the staff lines in unindented systems. If left unspecified, the paper’sline-width
is determined from(paper-width − left-margin − right-margin)
. If the paper’sline-width
is specified, and bothleft-margin
andright-margin
are not, then the margins will be updated to center the systems on the page automatically. Also seecheck-consistency
.line-width
s for individual scores can be specified in the scores’\layout
blocks. These values control the width of the lines produced on a score-by-score basis. Ifline-width
is not specified for a score, it defaults to the paper’sline-width
. Setting a score’sline-width
has no effect on the paper margins. Staff lines, of a length determined by the score’sline-width
, are left-aligned within the paper area defined by the paper’sline-width
. If the score and paperline-width
s are equal, the staff lines will extend exactly from the left margin to the right margin, but if the score’sline-width
is greater than the paper’sline-width
the staff lines will run over into the right margin. left-margin
¶-
The margin between the left edge of the page and the start of the staff lines in unindented systems. If the paper size is modified, this dimension’s default value is scaled accordingly. If
left-margin
is unset, and bothline-width
andright-margin
are set, thenleft-margin
is set to(paper-width − line-width − right-margin)
. If onlyline-width
is set, then both margins are set to((paper-width − line-width) / 2)
, and the systems are consequently centered on the page. Also seecheck-consistency
. right-margin
¶-
The margin between the right edge of the page and the end of the staff lines in non-ragged systems. If the paper size is modified, this dimension’s default value is scaled accordingly. If
right-margin
is unset, and bothline-width
andleft-margin
are set, thenright-margin
is set to(paper-width − line-width − left-margin)
. If onlyline-width
is set, then both margins are set to((paper-width − line-width) / 2)
, and the systems are consequently centered on the page. Also seecheck-consistency
. check-consistency
¶-
If this is true (the default value), print a warning if
left-margin
,line-width
, andright-margin
do not exactly add up topaper-width
, and replace each of these (exceptpaper-width
) with their default values (scaled to the paper size if necessary). If set to#f
, ignore any inconsistencies and allow systems to run off the edge of the page. ragged-right
¶-
If set to
#t
, systems will not fill the line width. Instead, systems end at their natural horizontal length. Default:#t
for scores with only one system, and#f
for scores with two or more systems. This variable can also be set in a\layout
block. ragged-last
¶-
If set to
#t
, the last system in the score will not fill the line width. Instead the last system ends at its natural horizontal length. Default:#f
. This variable can also be set in a\layout
block.
See also
Notation Reference: Automatic scaling to paper size.
Installed Files: ly/paper-defaults-init.ly.
Known issues and warnings
Explicitly defined paper sizes will override any user-defined left or right margin settings.
[ << Spacing issues ] | [Top][Contents][Index] | [ Changing defaults >> ] |
[ < Horizontal spacing \paper variables ] | [ Up : Horizontal spacing \paper variables ] | [ \paper variables for two-sided mode > ] |