]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper.ly
patch::: 1.3.146.jcn1
[lilypond.git] / ly / paper.ly
index 145d1e050502aa91386835dbc93970ffabf54895..fb9aea728c009d1d444dbe69f03a03e9b0d06a33 100644 (file)
@@ -1,13 +1,15 @@
+\version "1.3.146"
 % paper.ly
 
 %% Why som complicated?  /MB
-%linewidth20 = \hsize - 2.5 * \staffheight;
-%textheight20 = \vsize - 5.0 * \staffheight;
-%linewidth = \staffheight/20.0 * \linewidth20;
-%textheight = \staffheight/20.0 * \textheight20;
+%linewidth20 = \hsize - 2.5 * \staffheight
+%textheight20 = \vsize - 5.0 * \staffheight
+%linewidth = \staffheight/20.0 * \linewidth20
+%textheight = \staffheight/20.0 * \textheight20
 
-linewidth = \hsize - 2.\cm;
-textheight = \vsize - 4.\cm;
+linewidth = \hsize - 2.\cm
+% Leave the textheight calculation to the geometry package. /MB
+%textheight = \vsize - 4.\cm
 
-indent = \linewidth / 14.0;
+indent = \linewidth / 14.0