]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper26.ly
release: 1.0.16
[lilypond.git] / init / paper26.ly
index fcc19ae2dc878ecc1a1c403654c8992a26247240..f8d662b64cfa469e4ff7ceb173951351f12a9394 100644 (file)
@@ -4,10 +4,9 @@
 
 paper_twentysix = \paper {
        staffheight = 26.0\pt;
-       papersize = "a4";
 
        % ugh see table26 for sizes
-       notewidth = 8.59\pt
+       quartwidth = 8.59\pt;
        wholewidth = 12.87\pt;
 
        arithmetic_basicspace = 2.;
@@ -15,7 +14,7 @@ paper_twentysix = \paper {
        
        0=\symboltables { \table_twentysix }
        \include "params.ly";
-       linewidth = linewidth20;
-       textheight = textheight20;
+       linewidth = \linewidth20;
+       textheight = \textheight20;
 }