lilypond-1.3.145
[lilypond.git] / ly / paper.ly
blob0a475b7350a07f96e740293680984e4d4319e76e
1 % paper.ly
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;
9 linewidth = \hsize - 2.\cm;
10 % Leave the textheight calculation to the geometry package. /MB
11 %textheight = \vsize - 4.\cm;
13 indent = \linewidth / 14.0;