]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.5
authorfred <fred>
Tue, 26 Mar 2002 21:51:19 +0000 (21:51 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:51:19 +0000 (21:51 +0000)
buildscripts/mutopia-index.py

index 11a12210596085ad88e8b4424edcb71e377a2c0c..5ea6bad2f2e974c0e2325bc88b08f67ca84bd81b 100644 (file)
@@ -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]*;')