]> git.donarmstrong.com Git - lilypond.git/blob - ly/paper.ly
release: 1.2.1
[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 textheight = \vsize - 4.\cm;
11
12 indent = \linewidth / 14.0;
13