Dynamics to ActeUnSceneTroisTer
[opera_libre.git] / master / common.ly
blob09eab3b7be8b84221c75e6a37eddfb52a31790b7
1 %------------------------------------------------------------------%
2 % Opéra Libre -- common.ly %
3 % %
4 % (c) Valentin Villenave, 2008 %
5 % %
6 %------------------------------------------------------------------%
8 %% Depends on: decoupage.ly, graphics.ly
10 %%%%%%%%%%%%%%%%%%%% Main variables inclusion %%%%%%%%%%%%%%%%%%%%%%
12 \header {
13 title = \OperaTitre
14 subtitle = \OperaSousTitre
15 libretto = \OperaLivret
16 composer = \OperaPartition
17 tagline = \OperaNotice
18 illustration = \Couronne
19 scoretype = \VocalScore
20 copyright = \Copyright
23 %%%%%%%%%%%%%%%%%%%%%%%%%%% Paper Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%
25 \paper {
26 %% Page variables -------------------------------------------------%
27 page-limit-inter-system-space = ##t
28 page-limit-inter-system-space-factor = 1.4
29 #(define page-breaking ly:minimal-breaking)
31 %% Horizontal margins ---------------------------------------------%
32 left-margin = #13
33 right-margin = #7
34 line-width = #(- paper-width (+ left-margin right-margin))
35 %{ line-width = #(- paper-width (* 40 mm))
36 %horizontal-shift = 5
37 bottom-margin = #20
38 ragged-bottom = ##t
39 ragged-last-bottom = ##t
40 left-margin = #20
41 between-system-space = 1\cm
42 between-system-padding = #5 %}
44 %% Vertical margins -----------------------------------------------%
45 page-top-space = #(* 5 mm)
46 %between-system-space = 10 \mm
47 %between-system-padding = 4 \mm
48 before-title-space = 10 \mm
49 between-title-space = 2 \mm
50 after-title-space = 5 \mm
51 ragged-bottom = ##f
52 ragged-last-bottom = ##f
53 bottom-margin = #10
55 %% Look and feel --------------------------------------------------%
56 %FIXME: this doesn't work well.
57 %systemSeparatorMarkup = \slashSeparator
59 %FIXME: duplicate code with titling.ly
60 scoreTitleMarkup = \markup {
61 \column {
62 \fill-line {
63 \center-column {
64 \fontsize #10 \fromproperty #'header:acte
65 \vspace #1
66 \fontsize #6 \fromproperty #'header:piece
67 \vspace #1
68 \fromproperty #'header:dessin
75 %%-----------------------------------------------------------------%