From 09d9c924f85a75fd1be0548a32195ed6107e71f5 Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Wed, 7 Nov 2007 11:56:08 -0800
Subject: [PATCH] LSR: tags.

---
 buildscripts/makelsr.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py
index a2c24e7018..f8ba3b0fb5 100755
--- a/buildscripts/makelsr.py
+++ b/buildscripts/makelsr.py
@@ -4,7 +4,8 @@ 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 = ['pitches']
+#dirs = ['ancient','chords','connecting','contemporary','expressive','education','guitar','parts','pitch','repeats','scheme','spacing','staff','text','vocal','other','nonmusic','engravers','instrument']
 notsafe=[]
 
 try:
-- 
2.39.5