diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-09-12 17:33:15 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-09-12 17:33:15 +0000 |
commit | 11399666c290e5974a2b0a4db954c8928d0e28e2 (patch) | |
tree | 1853886c931ce5988a6f8e518ec176bce17d89a3 /buildscripts | |
parent | bc2261341db22e8a619959109e922cc85ffbdc2b (diff) |
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
to get sane spaces for titles.
* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/mf-to-table.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index dc8e134a7d..4cba2243f2 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -171,7 +171,7 @@ def write_fontlist (file, global_info, charmetrics): file.write (r""" %% LilyPond file to list all font symbols and the corresponding names %% Automatically generated by mf-to-table.py -\score{ \new Lyrics \lyrics { \time %d/8 +\score { \lyrics { \time %d/8 """ % (2*per_line+1)) count = 0 |