]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/lilypond.words.py
* vim/ftplugin/lilypond.vim:
[lilypond.git] / buildscripts / lilypond.words.py
index 64045a1445ad433908c06a32c6bbbf6c21aa2022..0de3329c8080c42059be9607eb98f2adab32cd27 100755 (executable)
@@ -56,7 +56,6 @@ for name in [
 for name in [
 'ly/declarations-init.ly',
 'ly/params-init.ly',
-'ly/params-as-init.ly',
 ]:
     F = open(name, 'r')
     for line in F.readlines():
@@ -85,16 +84,7 @@ for name in [
            notes = notes + ['' + m.group(2)]
     F.close()
 
-# (short) drum names
-for name in [
-'scm/drums.scm'
-]:
-    F = open(name, 'r')
-    for line in F.readlines():
-       m = re.search(r"^(\s*\([a-z]+\s*)([a-z]+)(\s*,\(ly:make-pitch)",line)
-       if m:
-           notes = notes + ['' + m.group(2)]
-    F.close()
+
     
 # reserved words
 for name in [