]> git.donarmstrong.com Git - lilypond.git/blob - ly/params-init.ly
*** empty log message ***
[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 = #(/ staffspace  10.0)
23 outputscale =  #(/ staffheight 4.0)
24 ledgerlinethickness = #(* 2.0 linethickness)
25
26 % 2/3 stafflinethickness in 20pt staffheight
27 % this parameter is independent of the output size.
28 blotdiameter = 0.45 \pt
29 interscoreline = 4. \mm
30
31
32 \translator { \NoteNamesContext }
33 \translator { \ScoreContext }
34 \translator { \ChoirStaffContext}
35 \translator { \InnerChoirStaffContext}
36
37 \translator { \RhythmicStaffContext}
38 \translator { \StaffContext }
39 \translator { \VoiceContext}
40 \translator { \StaffGroupContext }
41 \translator { \InnerStaffGroupContext }
42 \translator { \ChordNamesContext }
43 \translator { \GrandStaffContext}
44 \translator { \LyricsContext }
45 \translator { \ThreadContext}
46 \translator { \PianoStaffContext}
47 \translator { \LyricsVoiceContext }
48 \translator { \StaffContainerContext }
49 \translator { \FiguredBassContext }
50 \translator { \TabStaffContext }
51 \translator { \TabVoiceContext }
52 \translator { \VaticanaStaffContext }
53 \translator { \VaticanaVoiceContext }
54 \translator { \GregorianTranscriptionStaffContext }
55 \translator { \GregorianTranscriptionVoiceContext }
56
57
58 %%
59 %% TODO: baseline-skip, word-space should come from the font.
60 %%
61 #(define font-defaults
62       '((font-family . music)
63         (font-shape . upright)
64         (baseline-skip . 2)
65         (word-space . 0.6)
66         (font-series . medium)
67         ))
68
69