More expressive marks and dynamics in ActeUn*
[opera_libre.git] / definitions / paper.ly
blob34f8ced90f4a539b3ad91f31c054b0950428276e
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
15 %% Horizontal margins ---------------------------------------------%
16 left-margin = #13
17 right-margin = #7
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
27 ragged-bottom = ##f
28 ragged-last-bottom = ##f
29 bottom-margin = #10
31 %% Look and feel --------------------------------------------------%
32 %FIXME: this doesn't work well.
33 systemSeparatorMarkup = \slashSeparator
35 %%-----------------------------------------------------------------%