]> git.donarmstrong.com Git - lilypond.git/blobdiff - mf/feta-autometric.mf
* buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
[lilypond.git] / mf / feta-autometric.mf
index 38f62a77582b6b75ce3e47532bc38476e1cb0ed1..08b30d0b587b6b77a2ce2440123e2234026a9821 100644 (file)
@@ -4,7 +4,7 @@
 % source file of the Feta (not an acronym for Font-En-Tja)
 % pretty-but-neat music font
 % 
-% (c) 1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+% (c) 1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 %          Jan Nieuwenhuizen <janneke@gnu.org>
 % 
 % these macros help create ascii logging output
@@ -20,7 +20,7 @@ message "******************************************************";
 def fet_beginfont(expr name,size) =
        font_identifier:=name&decimal size;
        font_size size;
-       message "@{font@:"&name&"@:"&decimal size&"@}";
+       message "@{font@:GNU@:LilyPond@:"&name&"@:"&decimal size&"@}";
        message "";
        enddef;