From: janneke Date: Mon, 19 Apr 2004 16:36:07 +0000 (+0000) Subject: (write_fontlist): Use \lyrics X-Git-Tag: release/2.3.9^2~291 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=112ca5e344c5006189f3b907594e15b7c16b7f24;p=lilypond.git (write_fontlist): Use \lyrics for lyrics, not for commands. --- diff --git a/ChangeLog b/ChangeLog index 5fe814e32b..8329b015e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-04-19 Jan Nieuwenhuizen + * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics + for lyrics, not for commands. + * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING. FIXME: Replace some `Music's with Grouped_music_list; fixes make web. diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 7b920671e8..33f086bf4d 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -169,7 +169,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{ \lyrics \new Lyrics { \time %d/8 +\score{ \new Lyrics \lyrics { 4\time %d/8 """ % (2*per_line+1)) count = 0