]> git.donarmstrong.com Git - lilypond.git/commitdiff
strip MusicXML from examples.html
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Oct 2007 03:21:25 +0000 (01:21 -0200)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 22 Oct 2007 03:21:25 +0000 (01:21 -0200)
buildscripts/mutopia-index.py

index c73481aabad094643f2451c76a230d1efd92aa35..57a9a3f3d51383d84b7574b3b6aa1f3e96c19857 100644 (file)
@@ -199,6 +199,8 @@ for d in dirs:
     allfiles = allfiles + find ('*.ly', d)
 
 allfiles = filter (lambda x: not x.endswith ('snippet-map.ly') and not re.search ('lily-[0-9a-f]+', x), allfiles)
+allfiles = filter (lambda x: 'musicxml' not in x, allfiles)
+
 
 gen_list (allfiles, outfile)