X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fpaper26.ly;h=db3998533985a483ef5cac49996381269c556310;hb=d79efa6efaa15be34beda70e5b24731a1d372f0e;hp=4842149001ac96897177d96bba57edbcdf6f9b39;hpb=2b0aa2c5bbb4af4e7d0d3c057de066dc1d6d6b8d;p=lilypond.git diff --git a/ly/paper26.ly b/ly/paper26.ly index 4842149001..db39985339 100644 --- a/ly/paper26.ly +++ b/ly/paper26.ly @@ -1,35 +1,12 @@ % paper26.ly -paper_twentysix = \paper { - staffheight = 26.0\pt; - - quartwidth = 8.59\pt; - wholewidth = 12.87\pt; - - font_large = 14.; - font_Large = 17.; - font_normal = 12.; - font_script = 10.; - - font_dynamic = 10.; - % Ugh - magnification_dynamic = 4.; +\version "1.3.120"; - font_finger = 8.; - font_volta = 10.; - font_number = 10.; - magnification_number = 2.; - font_mark = 14.; - - 0=\font "feta26" - -1 = \font "feta23" - -2 = \font "feta20" - - "font_feta-2" = 20.; - "font_feta-1" = 23.; - "font_feta" = 26.; +paperTwentysix = \paper { + staffheight = 26.0\pt; + \stylesheet #(make-style-sheet 'paper26) \include "params.ly"; } -\paper { \paper_twentysix } +\paper { \paperTwentysix }