From: fred Date: Sun, 24 Mar 2002 20:02:20 +0000 (+0000) Subject: lilypond-0.1.47 X-Git-Tag: release/1.5.59~3612 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5dca52729712218391101a4dd72940a77c46b801;p=lilypond.git lilypond-0.1.47 --- diff --git a/bin/genheader.py b/bin/genheader.py index 4a68b3b80d..57f0e9fb8f 100644 --- a/bin/genheader.py +++ b/bin/genheader.py @@ -47,7 +47,7 @@ def project_str(): if regex.search('flower', cwd) <> -1: PROJECT = "the Flower Library" elif regex.search('mf$', cwd) <> -1: - PROJECT = "the Feta (Font-En-Tja) music font" + PROJECT = "the Feta (defintively not an abbreviation for Font-En-Tja) music font" else: PROJECT = "the GNU LilyPond music typesetter" return PROJECT