]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/makelsr.py
Fix 530.
[lilypond.git] / buildscripts / makelsr.py
index 8e8339818b3a6eaaea64a5458880d27edc9e3680..2da2280e551a7ffceedf420506488dc9346d1436 100755 (executable)
@@ -5,9 +5,17 @@ import os.path
 import shutil
 
 dirs = []
-dirs.extend(['pitches', 'rhythms'])
+#  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.extend(['real-music'])
 #dirs = ['ancient','chords','connecting','contemporary','expressive','education','guitar','parts','pitch','repeats','scheme','spacing','staff','text','vocal','other','nonmusic','engravers','instrument']
 notsafe=[]