]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 17:33:15 +0000 (17:33 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 12 Sep 2004 17:33:15 +0000 (17:33 +0000)
to get sane spaces for titles.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

THANKS
buildscripts/mf-to-table.py
lily/lily-lexer.cc

diff --git a/THANKS b/THANKS
index 4eb08d6491a834cf5adb8b1258b19fe5c9152496..acd5fe77432843af9364d731d713b7a851689078 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -25,6 +25,7 @@ Peter Lutek
 BUG HUNTERS/SUGGESTIONS
 
 Bertalan Fodor
+Daniel Berjón Díez
 Ed Jackson
 Dave Phillips
 David Bobroff
index dc8e134a7db198f8da1af8d2c0321cc24d150a81..4cba2243f2b6ec3fdfdc18beeb01d7a452e5cb22 100644 (file)
@@ -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
index 2b96e09ffbb466da46c5deaaf4b0a117c136ca2d..f65ffeeb0c15e5d300108a8b1d8f728274ea7f6d 100644 (file)
@@ -51,6 +51,7 @@ static Keyword_ent the_key_tab[] = {
   {"key", KEY},
   {"lyricmode", LYRICMODE},
   {"lyricsto", LYRICSTO},
+  {"lyrics", LYRICS},
   {"mark", MARK},
   {"markup", MARKUP},
   {"midi", MIDI},