From 195c6c7503c757ab636765133eda8082fcf005d0 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 7 Nov 2007 13:56:26 -0800 Subject: [PATCH] LSR: add rhythms. --- buildscripts/makelsr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index f8ba3b0fb5..348e7c99ea 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -4,7 +4,7 @@ import os import os.path import shutil -dirs = ['pitches'] +dirs = ['pitches', 'rhythms'] #dirs = ['ancient','chords','connecting','contemporary','expressive','education','guitar','parts','pitch','repeats','scheme','spacing','staff','text','vocal','other','nonmusic','engravers','instrument'] notsafe=[] -- 2.39.5