]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper20.ly
patch::: 1.3.152.jcn1
[lilypond.git] / ly / paper20.ly
index c4ac674fdd534844c4d82f194b663904175368fc..b213bbc0ec9b30e6343baa8784ddf335343de116 100644 (file)
@@ -1,37 +1,13 @@
 % paper20.ly
 
 
-\version "1.1.52";
+\version "1.3.146"
 
-paper_twenty = \paper {
-       staffheight = 20.0\pt;
-
-       font_large = 12.;
-       font_Large = 12.;       
-       font_normal = 10.;
-
-       font_finger = 5.;
-       font_volta = 8.;
-       font_number = 10.;
-       font_mark = 12.;
-
-       % what about:
-       "font_number-1" = 8.;
-       %"font_number" = 10.;
-       "font_number+1" = 12.;
+paperTwenty = \paper {
+       staffheight = 20.0\pt
+       \stylesheet #(make-style-sheet 'paper20)
        
-       % Ugh
-       magnification_dynamic = 2.;
-       
-       % ugh see table20 for sizes
-       quartwidth =  6.61\pt;
-       wholewidth = 9.90\pt;
-
-       -2 = \font "feta13"
-       -1 = \font "feta16"
-       0 = \font "feta20"
-
-       \include "params.ly";
+       \include "params.ly"
 }
 
-\paper { \paper_twenty }
+\paper { \paperTwenty }