From: fred Date: Tue, 26 Mar 2002 21:51:19 +0000 (+0000) Subject: lilypond-1.2.5 X-Git-Tag: release/1.5.59~2355 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c9b1b55dccbe745c0d2310d32b065b1c9e1ef145;p=lilypond.git lilypond-1.2.5 --- 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]*;')