]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/genheader.py
release: 0.1.47
[lilypond.git] / 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