From c9b1b55dccbe745c0d2310d32b065b1c9e1ef145 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:51:19 +0000 Subject: [PATCH] lilypond-1.2.5 --- buildscripts/mutopia-index.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index 11a1221059..5ea6bad2f2 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -10,6 +10,10 @@ import stat sys.path.append ('@abs-step-bindir@') +def gulp_file (fn): + f = open (fn) + return f.read () + header_regex = regex.compile('\\header[ \t\n]*{\([^}]*\)}') header_entry_regex = regex.compile('[\n\t ]*\([^\n\t ]+\)[\n\t ]*=[\n \t]*\([^;]+\)[\n \t]*;') -- 2.39.5