Status: Accepted
Owner: ----
Labels: Type-Documentation
New issue 4149 by [email protected]: NR 4.1.5: margins are not updated if
line-width is set in a \layout block
https://code.google.com/p/lilypond/issues/detail?id=4149
http://lists.gnu.org/archive/html/bug-lilypond/2014-09/msg00014.html
If you compile the following example, the systems are not horizontally
centered:
\version "2.19.13"
\layout {
line-width = 160\mm
}
{
\repeat unfold 10 { c1*4 }
}
Please add a warning sentence under section "\paper variables for widths
and margins" (my proposal between ****):
------------->------------->------------>----------->----------->
line-width
The horizontal extent of the staff lines in unindented, non-ragged systems,
equal to (paper-width - left-margin - right-margin) when unset. If
line-width is set, and both left-margin and right-margin are unset, then
the margins will be updated to center the systems on the page automatically.
Also see check-consistency. This variable can also be set in a \layout
block. **However, if set there, margins won't be updated.**
-------------->----------------->------------------->-------------->
From:
http://www.lilypond.org/doc/v2.19/Documentation/notation/horizontal-spacing-paper-variables#paper-variables-for-widths-and-margins
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings