]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/makelsr.py
We are using git, not CVS...
[lilypond.git] / buildscripts / makelsr.py
index a2c24e70181e984f69d8a22f22643a0b172fc2a2..2da2280e551a7ffceedf420506488dc9346d1436 100755 (executable)
@@ -4,7 +4,19 @@ import os
 import os.path
 import shutil
 
-dirs = ['ancient','chords','connecting','contemporary','expressive','education','guitar','parts','pitch','repeats','scheme','spacing','staff','text','vocal','other','nonmusic','engravers','instrument']
+dirs = []
+#  NR 1
+dirs.extend(['pitches', 'rhythms', 'expressive',
+'repeats', 'simultaneous', 'staff', 'editorial', 'text'])
+# NR 2
+dirs.extend(['vocal', 'chords', 'piano',
+'percussion', 'guitar', 'strings', 'bagpipes', 'ancient'])
+
+
+
+#
+#dirs.extend(['real-music'])
+#dirs = ['ancient','chords','connecting','contemporary','expressive','education','guitar','parts','pitch','repeats','scheme','spacing','staff','text','vocal','other','nonmusic','engravers','instrument']
 notsafe=[]
 
 try: