]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper26.ly
release: 0.1.63
[lilypond.git] / init / paper26.ly
index 1e38b8bec8ffc65bdcc8588f81bcc1121110ffc4..357e9c2b347cf18780e3c7a5d11aef8f8f46404c 100644 (file)
@@ -4,7 +4,7 @@
 
 paper_twentysix = \paper {
        staffheight = 20.0\pt;
-       linewidth = 17.0 \cm;
+       papersize = "a4";
 
        % ugh see table26 for sizes
        notewidth = 8.59\pt
@@ -16,5 +16,7 @@ paper_twentysix = \paper {
        
        \symboltables { \table_twenty }
        \include "params.ly";
+       linewidth = linewidth20;
+       textheight = textheight20;
 }