]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params-init.ly
''
[lilypond.git] / ly / params-init.ly
index 39574c1b40e1a8f8e6fc91be3ffe1c310e61a07d..9dd6f2c2f869c3d50370eeded05676578c32d5ff 100644 (file)
@@ -4,11 +4,11 @@
 %% deprecated
 papersizename = \papersize 
 
-% ly2dvi now uses `papersize' internally (and on cmd line)
+% DO NOT change this without fixing -f ps output
 papersize = \papersize
 
 % FIXME
-% direct PostScript line height for single line staffs
+% direct PostScript line height for single line staves
 lineheight = 14
 
 paperfile = \papersize + "-init.ly"
@@ -18,11 +18,18 @@ paperfile = \papersize + "-init.ly"
 \include \paperfile
 \include "paper-init.ly"
 
+unit = "mm"
 staffspace = \staffheight / 4.0
-stafflinethickness = \staffspace / 10.0
+linethickness = \staffspace / 10.0
 outputscale = \staffheight / 4.0
+ledgerlinethickness = 2.0 * \linethickness
+
+
+
+% blotdiameter = 0.4 \pt
+blotdiameter = 0.04 \pt
+interscoreline = 4. \mm
 
-blotdiameter = 0.4 / \outputscale
 
 \translator { \NoteNamesContext }
 \translator { \ScoreContext }
@@ -41,7 +48,7 @@ blotdiameter = 0.4 / \outputscale
 \translator { \PianoStaffContext}
 \translator { \LyricsVoiceContext }
 \translator { \StaffContainerContext }
-
+\translator { \FiguredBassContext }