1 %------------------------------------------------------------------%
2 % Opéra Libre -- paper.ly %
4 % (c) Valentin Villenave, 2008 %
6 %------------------------------------------------------------------%
8 %%%%%%%%%%%%%%%%%%%%%%%%%%% Paper Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%
10 includePaper
= \paper {
11 %% Page variables -------------------------------------------------%
12 page-limit-inter-system-space
= ##t
13 page-limit-inter-system-space-factor
= 1.4
15 %% Horizontal margins ---------------------------------------------%
18 line-width
= #(- paper-width
(+ left-margin right-margin
))
20 %% Vertical margins -----------------------------------------------%
21 page-top-space
= #(* 5 mm
)
22 between-system-space
= 10 \mm
23 between-system-padding
= 4 \mm
24 before-title-space
= 10 \mm
25 between-title-space
= 2 \mm
26 after-title-space
= 5 \mm
28 ragged-last-bottom
= ##f
31 %% Look and feel --------------------------------------------------%
32 %FIXME: this doesn't work well.
33 %systemSeparatorMarkup = \slashSeparator
35 %%-----------------------------------------------------------------%