]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper26.ly
patch::: 1.3.130.jcn6
[lilypond.git] / ly / paper26.ly
index 67640bda89945cecec927102fc0b6c185252aada..db3998533985a483ef5cac49996381269c556310 100644 (file)
@@ -1,18 +1,12 @@
 % paper26.ly
 
-paper_twentysix = \paper {
-       staffheight = 26.0\pt;
+\version "1.3.120";
 
-       % ugh see table26 for sizes
-       quartwidth = 8.59\pt;
-       wholewidth = 12.87\pt;
+paperTwentysix = \paper {
+       staffheight = 26.0\pt;
+       \stylesheet #(make-style-sheet 'paper26)        
 
-       arithmetic_basicspace = 2.;
-        arithmetic_multiplier = 6.\pt;
-       
-       0=\font "feta26"
        \include "params.ly";
-       linewidth = \linewidth20;
-       textheight = \textheight20;
 }
 
+\paper { \paperTwentysix }