X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fparams-init.ly;h=9c877d233aa0d80220029889eb67b5b0b1e691e5;hb=b696bba38675d4b9ba88cc64e3111d3dec0fc506;hp=3b874921081db5e0082cab5d5f37ecf7c043faf7;hpb=321cc8ec6586cadfda33dc650198f83906008d36;p=lilypond.git diff --git a/ly/params-init.ly b/ly/params-init.ly index 3b87492108..9c877d233a 100644 --- a/ly/params-init.ly +++ b/ly/params-init.ly @@ -1,49 +1,2 @@ -\version "2.1.1" -% JUNKME. +\version "2.10.0" -%% deprecated -papersizename = \papersize - -% DO NOT change this without fixing -f ps output -papersize = \papersize - -% FIXME -% direct PostScript line height for single line staves -lineheight = 14 - -paperfile = \papersize + "-init.ly" - -% paperfile = "a4-init.ly" - -\include \paperfile -\include "paper-init.ly" - -staffspace = #(/ staffheight 4.0) -linethickness = 0.5 \pt -outputscale = #(/ staffheight 4.0) - -% don't do full 2x for ledger, otherwise no white is left. -ledgerlinethickness = #(+ linethickness (/ staffspace 10)) - -% 2/3 stafflinethickness in 20pt staffheight -% this parameter is independent of the output size. -blotdiameter = 0.35 \pt -interscoreline = 4. \mm - - - - -%% -%% TODO: baseline-skip, word-space should come from the font. -%% -#(define font-defaults - '((font-family . music) - (font-shape . upright) - (baseline-skip . 2) - (word-space . 0.6) - (font-series . medium) - )) - - - -\include "engraver-init.ly"