]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params-init.ly
2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
[lilypond.git] / ly / params-init.ly
index c92c7c81c22c341f7caa60406acce89f32b97402..555a5dd71bb4e815efd314b3a863778fd3c083e6 100644 (file)
@@ -52,11 +52,14 @@ interscoreline = 4. \mm
 \translator { \TabVoiceContext }
 
 
-
+%%
+%% TODO: baseline-skip should come from the font.
+%%
 #(define font-defaults
       '((font-family . music)
        (font-relative-size . 0)
        (font-shape . upright)
+       (baseline-skip . 2) 
        (font-series . medium)
        ))