X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=buildscripts%2Fmutopia-index.py;h=f63240cec8f001395a392f64d500fb5455f2195d;hb=bc37971255fe838f7a409ea312db646484dddb78;hp=82f5bf007fb4709cd6c07aabf6caef1dcb53dba6;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/buildscripts/mutopia-index.py b/buildscripts/mutopia-index.py index 82f5bf007f..f63240cec8 100644 --- a/buildscripts/mutopia-index.py +++ b/buildscripts/mutopia-index.py @@ -36,7 +36,7 @@ For a good impression of the quality print out the PDF file. """ headertext_nopics= r""" -

Nothing to be seen here, move along. +

No examples were found in this directory. """ # @@ -196,7 +196,9 @@ if not dirs: allfiles = [] for d in dirs: - allfiles = allfiles + find ('*.ly.txt', d) + 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)