]> git.donarmstrong.com Git - lilypond.git/blob - ly/params-as.ly
5ed66e729d71fec4128c090523ee80b8be55090d
[lilypond.git] / ly / params-as.ly
1 % params-as.ly
2 % generic paper parameters
3
4 %%paperfile = \papersize + ".ly";
5 %%% paperfile = "a4.ly";
6 %%\include \paperfile;
7 %hsize = 60.0\char;
8 %vsize = 60.0\char;  %?
9
10 %%\include "paper.ly";
11 linewidth = 60.0\char;
12 textheight = 60.0\char;
13 indent = 8.0\char;
14
15 staffspace = (\staffheight - 1.0 ) / 4.0;
16 stafflinethickness = \staffspace / 2.0;
17
18 % paperfile = "a4.ly";
19 %\include \paperfile;
20 %\include "paper.ly";
21
22 %staffspace = \staffheight / 4.0;
23 %stafflinethickness = \staffspace / 10.0;
24
25 outputscale = \staffheight / 4.0;
26
27 \translator { \NoteNamesContext }
28 \translator { \ScoreContext }
29 \translator { \ChoirStaffContext}
30 \translator { \GraceContext}
31 \translator { \RhythmicStaffContext}
32 \translator { \StaffContext }
33 \translator { \VoiceContext}
34 \translator { \StaffGroupContext }
35 \translator { \ChordNamesContext }
36 \translator { \ChordNamesVoiceContext}
37 \translator { \GrandStaffContext}
38 \translator { \LyricsContext }
39 \translator { \ThreadContext}
40 \translator { \PianoStaffContext}
41 \translator { \LyricsVoiceContext }
42 \translator { \StaffContainerContext }
43
44