]> git.donarmstrong.com Git - lilypond.git/blob - ly/params-init.ly
* lily/lyric-phrasing-engraver.cc: move from
[lilypond.git] / ly / params-init.ly
1 \version "2.1.1"
2 % JUNKME.
3
4 %% deprecated
5 papersizename = \papersize 
6
7 % DO NOT change this without fixing -f ps output
8 papersize = \papersize
9
10 % FIXME
11 % direct PostScript line height for single line staves
12 lineheight = 14
13
14 paperfile = \papersize + "-init.ly"
15
16 % paperfile = "a4-init.ly"
17
18 \include \paperfile
19 \include "paper-init.ly"
20
21 staffspace = #(/ staffheight 4.0)
22 linethickness = 0.5 \pt 
23 outputscale =  #(/ staffheight 4.0)
24
25 % don't do full 2x for ledger, otherwise no white is left. 
26 ledgerlinethickness = #(+ linethickness (/ staffspace 10))
27
28 % 2/3 stafflinethickness in 20pt staffheight
29 % this parameter is independent of the output size.
30 blotdiameter = 0.35 \pt
31 interscoreline = 4. \mm
32
33
34
35
36 %%
37 %% TODO: baseline-skip, word-space should come from the font.
38 %%
39 #(define font-defaults
40       '((font-family . music)
41         (font-shape . upright)
42         (baseline-skip . 2)
43         (word-space . 0.6)
44         (font-series . medium)
45         ))
46
47
48
49 \include "engraver-init.ly"