]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper.ly
0a475b7350a07f96e740293680984e4d4319e76e
[lilypond.git] / ly / paper.ly
1 % paper.ly
2
3 %% Why som complicated?  /MB
4 %linewidth20 = \hsize - 2.5 * \staffheight;
5 %textheight20 = \vsize - 5.0 * \staffheight;
6 %linewidth = \staffheight/20.0 * \linewidth20;
7 %textheight = \staffheight/20.0 * \textheight20;
8
9 linewidth = \hsize - 2.\cm;
10 % Leave the textheight calculation to the geometry package. /MB
11 %textheight = \vsize - 4.\cm;
12
13 indent = \linewidth / 14.0;
14