From 5dca52729712218391101a4dd72940a77c46b801 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:02:20 +0000 Subject: [PATCH] lilypond-0.1.47 --- bin/genheader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5