]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/mf-to-table.py
GUILE debug: Revert part of 52bea08ef73a55ee, so the file of an error is shown
[lilypond.git] / scripts / build / mf-to-table.py
index 542ab774d1465570ed692ee419dbe13173c41671..4f8f92dbc5e4e0bc9442e760ca9b0c4b0943a320 100644 (file)
@@ -4,7 +4,7 @@
 
 # This file is part of LilyPond, the GNU music typesetter.
 #
-# Copyright (C) 1997--2010 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+# Copyright (C) 1997--2011 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 #
 # LilyPond is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -244,6 +244,8 @@ for filenm in files:
         enc_name = 'ParmesanEncoding'
     elif re.search ('feta-noteheads', filenm):
         enc_name = 'FetaNoteheadsEncoding'
+    elif re.search ('feta-flags', filenm):
+        enc_name = 'FetaFlagsEncoding'
     elif re.search ('feta-brace', filenm):
         enc_name = 'FetaBraceEncoding'
     elif re.search ('feta-alphabet', filenm):