From 9c315faee8049a8472fa3153678d713225c72a33 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sun, 22 Apr 2007 04:25:15 -0700 Subject: [PATCH] Add scheme category to LSR updates. --- buildscripts/makelsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index 5f56d4b583..bc79cf8839 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -4,7 +4,7 @@ import os import os.path import shutil -dirs = ['ancient','chords','connecting','contemporary','expressive','guitar','parts','repeats','spacing','staff','text','vocal'] +dirs = ['ancient','chords','connecting','contemporary','expressive','guitar','parts','repeats','scheme','spacing','staff','text','vocal'] notsafe=[] try: -- 2.39.5