Han-Wen Nienhuys <[EMAIL PROTECTED]> writes:
> \bookpaper and \paper are basically the same internally. In practice,
> they are nested. \bookpaper defines default font sizes, as well as
> output scaling. \paper sets defintions for \score blocks. All settings
> in \bookpaper are defaults to \pap
[EMAIL PROTECTED] writes:
> Hi,
>
> I implemented leftmargin in the \bookpaper block. rightmargin as an
> option is still missing, but one can set it's value indirectly by
> setting leftmargin and linewidth:
>
> \bookpaper {
> leftmargin = 3\cm
> linewidth = 14\cm
> }
>
> if paper in thi
Hi,
I implemented leftmargin in the \bookpaper block. rightmargin as an
option is still missing, but one can set it's value indirectly by
setting leftmargin and linewidth:
\bookpaper {
leftmargin = 3\cm
linewidth = 14\cm
}
if paper in this example is a4 (21 cm) rightmargin will be 4cm.