X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fparams-init.ly;h=9c877d233aa0d80220029889eb67b5b0b1e691e5;hb=29b060250128c577ab8f3cc4837d35b4ace625bf;hp=2d92144942936b114dddf7b643d06c71028b6b0c;hpb=e5284477dabd46ae1920a897833cad7fcd19c24a;p=lilypond.git diff --git a/ly/params-init.ly b/ly/params-init.ly index 2d92144942..9c877d233a 100644 --- a/ly/params-init.ly +++ b/ly/params-init.ly @@ -1,71 +1,2 @@ -\version "2.1.1" -% JUNKME. - -%% 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 - - -\translator { \NoteNamesContext } -\translator { \ScoreContext } -\translator { \ChoirStaffContext} -\translator { \InnerChoirStaffContext} - -\translator { \RhythmicStaffContext} -\translator { \StaffContext } -\translator { \VoiceContext} -\translator { \StaffGroupContext } -\translator { \InnerStaffGroupContext } -\translator { \ChordNamesContext } -\translator { \GrandStaffContext} -\translator { \LyricsContext } -\translator { \ThreadContext} -\translator { \PianoStaffContext} -\translator { \LyricsVoiceContext } -\translator { \StaffContainerContext } -\translator { \FiguredBassContext } -\translator { \TabStaffContext } -\translator { \TabVoiceContext } -\translator { \VaticanaStaffContext } -\translator { \VaticanaVoiceContext } -\translator { \GregorianTranscriptionStaffContext } -\translator { \GregorianTranscriptionVoiceContext } - - -%% -%% 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) - )) - +\version "2.10.0"