]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/paper13.ly
release: 0.1.63
[lilypond.git] / init / paper13.ly
index 664283269157fba95e1e397aaeb0e539ef5046ad..9c1a5d1e64bc96569679f916e93a1ba124763a80 100644 (file)
@@ -4,7 +4,9 @@
 
 paper_thirteen = \paper {
        staffheight = 13.0\pt;
+       % a4 paper
        linewidth = 15.0 \cm;
+       textheight = 18.0 \cm;
 
        % ugh see table13 for sizes
        quartwidth = 4.29\pt;
@@ -16,5 +18,6 @@ paper_thirteen = \paper {
        
        \symboltables { \table_thirteen }
        \include "params.ly";
+       \include "a4.ly";
 }