]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
(link_file): verbosity for OSError.
[lilypond.git] / buildscripts / mutopia-index.py
index 564f63f72eda722e3ff4aef5bc1993613c7de705..f63240cec8f001395a392f64d500fb5455f2195d 100644 (file)
@@ -198,5 +198,7 @@ allfiles = []
 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-9]+', x), allfiles)
+
 gen_list (allfiles, outfile)