]> git.donarmstrong.com Git - lilypond.git/blob - init/paper.ly
release: 0.1.64
[lilypond.git] / init / paper.ly
1 % paper.ly
2
3 linewidth20 = \hsize - 2.5 * \staffheight;
4 textheight20 = \vsize - 5.0 * \staffheight;
5 linewidth = \staffheight/20.0 * \linewidth20;
6 textheight = \staffheight/20.0 * \textheight20;
7
8 indent = \linewidth / 14.0;
9