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