]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/params-init.ly
Juergens patch.
[lilypond.git] / ly / params-init.ly
index 555a5dd71bb4e815efd314b3a863778fd3c083e6..e45871fd43af9ea24b91846605dd9d7b4ffaa8b0 100644 (file)
@@ -53,13 +53,14 @@ interscoreline = 4. \mm
 
 
 %%
-%% TODO: baseline-skip should come from the font.
+%% TODO: baseline-skip, word-space should come from the font.
 %%
 #(define font-defaults
       '((font-family . music)
        (font-relative-size . 0)
        (font-shape . upright)
-       (baseline-skip . 2) 
+       (baseline-skip . 2)
+       (word-space . 0.6)
        (font-series . medium)
        ))