]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/mutopia-index.py
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / buildscripts / mutopia-index.py
index 4908f0a9d8d4b73af8df11c906732253db4042c4..82f5bf007fb4709cd6c07aabf6caef1dcb53dba6 100644 (file)
@@ -196,7 +196,7 @@ if not dirs:
 allfiles = []
 
 for d in dirs:
-    allfiles = allfiles + find ('*.ly', d)
+    allfiles = allfiles + find ('*.ly.txt', d)
 
 gen_list (allfiles, outfile)