]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/paper16.ly
release: 1.3.121
[lilypond.git] / ly / paper16.ly
index 2e1f00139dc494a80023e47bf5b51922ce795089..507e3ca5de9f21f225b8c0b404ced1f5472fa91e 100644 (file)
@@ -1,36 +1,12 @@
 % paper16.ly
 
+\version "1.3.120";
 
-
-\version "1.0.16";
-
-paper_sixteen = \paper {
+paperSixteen = \paper {
        staffheight = 16.0\pt;
+       \stylesheet #(make-style-sheet 'paper16)
 
-       % ugh, see table16 for sizes
-       quartwidth = 5.28\pt;
-       wholewidth = 7.92\pt;
-       
-       font_large = 12.;
-       font_Large = 10.;
-       font_normal = 8.;
-
-       font_finger = 4.;
-       font_volta = 5.;
-       font_number = 8.;
-             font_dynamic = 10.;
-   font_mark = 10.;
-
-       arithmetic_basicspace = 2.;
-        arithmetic_multiplier = 4.8\pt;
-       texsetting = "\\input lilyponddefs \\musixsixteendefs ";
-       pssetting = "(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\n";
-       scmsetting = "(display \"(lilyponddefs.ps) findlibfile {exch pop //systemdict /run get exec} { /undefinedfilename signalerror } ifelse\");\n";
-       scmsetting = "(display \"\\\\input lilyponddefs \\\\musixsixteendefs\");\n";
-
-       0 = \font "feta16" 
-       -1 = \font "feta13"
-       -2 = \font "feta11"
-       
        \include "params.ly";
 }
+
+\paper {\paperSixteen }