From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sun, 12 Sep 2004 17:33:15 +0000 (+0000)
Subject: * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
X-Git-Tag: release/2.3.17~46
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=11399666c290e5974a2b0a4db954c8928d0e28e2;p=lilypond.git

* 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.
---

diff --git a/THANKS b/THANKS
index 4eb08d6491..acd5fe7743 100644
--- 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
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
diff --git a/lily/lily-lexer.cc b/lily/lily-lexer.cc
index 2b96e09ffb..f65ffeeb0c 100644
--- a/lily/lily-lexer.cc
+++ b/lily/lily-lexer.cc
@@ -51,6 +51,7 @@ static Keyword_ent the_key_tab[] = {
   {"key", KEY},
   {"lyricmode", LYRICMODE},
   {"lyricsto", LYRICSTO},
+  {"lyrics", LYRICS},
   {"mark", MARK},
   {"markup", MARKUP},
   {"midi", MIDI},