From 11399666c290e5974a2b0a4db954c8928d0e28e2 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 12 Sep 2004 17:33:15 +0000 Subject: [PATCH] * 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. --- THANKS | 1 + buildscripts/mf-to-table.py | 2 +- lily/lily-lexer.cc | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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}, -- 2.39.5