lilypond-1.3.22
[lilypond.git] / ly / paper.ly
blob145d1e050502aa91386835dbc93970ffabf54895
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 textheight = \vsize - 4.\cm;
12 indent = \linewidth / 14.0;