]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: makelsr.py update.
authorGraham Percival <graham@percival-music.ca>
Sun, 25 Nov 2007 05:53:43 +0000 (21:53 -0800)
committerGraham Percival <graham@percival-music.ca>
Sun, 25 Nov 2007 05:53:43 +0000 (21:53 -0800)
buildscripts/makelsr.py

index 8e8339818b3a6eaaea64a5458880d27edc9e3680..d2c63f1692109242f5bf2ace6237fd07d9f9e5fc 100755 (executable)
@@ -5,9 +5,13 @@ import os.path
 import shutil
 
 dirs = []
-dirs.extend(['pitches', 'rhythms'])
+#  NR 1
+dirs.extend(['pitches', 'rhythms', 'expressive',
+'repeats', 'simultaneous', 'staff', 'editorial', 'text'])
 
-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=[]