]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper23.ly
release: 1.1.62
[lilypond.git] / ly / paper23.ly
1 % paper23.ly
2
3
4 \version "1.1.52";
5
6 paper_twentythree = \paper {
7         staffheight = 23.0\pt;
8
9         font_large = 12.;
10         font_Large = 12.;       
11         font_normal = 10.;
12
13         font_finger = 5.;
14         font_volta = 8.;
15         font_number = 10.;
16         font_mark = 12.;
17
18         % Ugh
19         magnification_dynamic = 3.;
20         
21         % ugh see table20 for sizes
22         quartwidth =  6.61\pt;
23         wholewidth = 9.90\pt;
24
25         -2 = \font "feta16"
26         -1 = \font "feta20"
27         0 = \font "feta23"
28
29         \include "params.ly";
30 }
31
32 \paper { \paper_twentythree }