More notes, and major code optimizations.
[opera_libre.git] / definitions / paper.ly
blob036799d43b983db919ea2fe7ca438a35ee9d63d0
1 %------------------------------------------------------------------%
2 % Opéra Libre -- paper.ly %
3 % %
4 % (c) Valentin Villenave, 2008 %
5 % %
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
14 #(define page-breaking ly:minimal-breaking)
16 %% Horizontal margins ---------------------------------------------%
17 left-margin = #13
18 right-margin = #7
19 line-width = #(- paper-width (+ left-margin right-margin))
21 %% Vertical margins -----------------------------------------------%
22 page-top-space = #(* 5 mm)
23 between-system-space = 10 \mm
24 between-system-padding = 4 \mm
25 before-title-space = 10 \mm
26 between-title-space = 2 \mm
27 after-title-space = 5 \mm
28 ragged-bottom = ##f
29 ragged-last-bottom = ##f
30 bottom-margin = #10
32 %% Look and feel --------------------------------------------------%
33 %FIXME: this doesn't work well.
34 %systemSeparatorMarkup = \slashSeparator
36 %%-----------------------------------------------------------------%