* mf/parmesan-clefs.mf: use # quantities for char_box
[lilypond.git] / ly / params-as-init.ly
blob08449252e0bf18e03b6bb0d85533cebaaad3d1ae
1 \version "1.9.1"
2 % params-as-init.ly
3 % generic paper parameters
5 outputscale = #(/ staffheight 4.0)
7 linewidth = 60.0 \char
8 textheight = 60.0 \char
9 indent = 8.0\char
11 staffspace = #(/ (- staffheight 1) 4.0)
12 stafflinethickness = #(/ staffspace 2.0)
14 \translator { \NoteNamesContext }
15 \translator { \ScoreContext }
16 \translator { \ChoirStaffContext }
17 \translator { \RhythmicStaffContext}
18 \translator { \StaffContext }
19 \translator { \VoiceContext }
20 \translator { \StaffGroupContext }
21 \translator { \ChordNamesContext }
22 \translator { \GrandStaffContext }
23 \translator { \LyricsContext }
24 \translator { \ThreadContext }
25 \translator { \PianoStaffContext }
26 \translator { \LyricsVoiceContext }
27 \translator { \StaffContainerContext }