]> git.donarmstrong.com Git - lilypond.git/commitdiff
(write_fontlist): Use \lyrics
authorJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Apr 2004 16:36:07 +0000 (16:36 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Mon, 19 Apr 2004 16:36:07 +0000 (16:36 +0000)
for lyrics, not for commands.

ChangeLog
buildscripts/mf-to-table.py

index 5fe814e32b6600d35bfc686d00d41ab54d365618..8329b015e78fdc5624bc2876d7f5a271af3106bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * 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.
 
index 7b920671e8419e17345cd4a80254b3585d6088f9..33f086bf4d43dfebdbe366f0b5c58a89dc86b689 100644 (file)
@@ -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