]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params-init.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / ly / params-init.ly
index 1091b75b0986a7008950158a586ed2668786c58b..2c0e87eae9f6d4dd25aaa07b6a6f4b6a09b2f591 100644 (file)
@@ -1,69 +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 = #(/ staffspace  10.0)
-outputscale =  #(/ staffheight 4.0)
-ledgerlinethickness = #(* 2.0 linethickness)
-
-% 2/3 stafflinethickness in 20pt staffheight
-% this parameter is independent of the output size.
-blotdiameter = 0.45 \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.12.0"