]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.47
authorfred <fred>
Sun, 24 Mar 2002 20:02:20 +0000 (20:02 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:02:20 +0000 (20:02 +0000)
bin/genheader.py

index 4a68b3b80d32c320b145a07342fb400c47255ede..57f0e9fb8f93176193f3433af8c4ef2fc17b552c 100644 (file)
@@ -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