]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
MusicXML: Test case for lyrics on melismata with beaming ignored
[lilypond.git] / buildscripts / mutopia-index.py
index 8bb5af36ab94d7ba00ff665a34804f13188bc3b7..57a9a3f3d51383d84b7574b3b6aa1f3e96c19857 100644 (file)
@@ -148,7 +148,7 @@ hr { border:0; height:1; color: #000000; background-color: #000000; }\n
                 pictures = ['jpeg', 'png', 'xpm']
                 lst.write ('\n')
             else:
-                print "can't find" , `file_name`
+                print "cannot find" , `file_name`
 
         list_item (base + ext, 'The input', 'ASCII')
 
@@ -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)