From b29c6bd96ef99cdbeb712ab01c114d349973e069 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 5 May 2007 01:24:55 -0700 Subject: [PATCH] Rename input/tolsr/ to input/new/. --- buildscripts/makelsr.py | 2 +- input/GNUmakefile | 2 +- input/{tolsr => new}/GNUmakefile | 0 input/{tolsr => new}/README | 0 input/{tolsr => new}/SConscript | 0 input/{tolsr => new}/ancient/AAA-intro-advanced.ly | 0 input/{tolsr => new}/ancient/GNUmakefile | 0 input/{tolsr => new}/ancient/SConscript | 0 input/{tolsr => new}/chords/AAA-intro-chords.ly | 0 input/{tolsr => new}/chords/GNUmakefile | 0 input/{tolsr => new}/chords/SConscript | 0 input/{tolsr => new}/connecting/AAA-intro-connecting.ly | 0 input/{tolsr => new}/connecting/GNUmakefile | 0 input/{tolsr => new}/connecting/SConscript | 0 input/{tolsr => new}/contemporary/AAA-intro-contemporary.ly | 0 input/{tolsr => new}/contemporary/GNUmakefile | 0 input/{tolsr => new}/contemporary/SConscript | 0 input/{tolsr => new}/expressive/AAA-intro-advanced.ly | 0 input/{tolsr => new}/expressive/GNUmakefile | 0 input/{tolsr => new}/expressive/SConscript | 0 input/{tolsr => new}/expressive/line-arrows.ly | 0 input/{tolsr => new}/guitar/AAA-intro-advanced.ly | 0 input/{tolsr => new}/guitar/GNUmakefile | 0 input/{tolsr => new}/guitar/SConscript | 0 input/{tolsr => new}/null.ly | 0 input/{tolsr => new}/parts/AAA-intro-advanced.ly | 0 input/{tolsr => new}/parts/GNUmakefile | 0 input/{tolsr => new}/parts/SConscript | 0 input/{tolsr => new}/parts/quote-transposition.ly | 0 input/{tolsr => new}/parts/quote.ly | 0 input/{tolsr => new}/repeats/AAA-intro-advanced.ly | 0 input/{tolsr => new}/repeats/GNUmakefile | 0 input/{tolsr => new}/repeats/SConscript | 0 input/{tolsr => new}/scheme/AAA-intro-advanced.ly | 0 input/{tolsr => new}/scheme/GNUmakefile | 0 input/{tolsr => new}/scheme/SConscript | 0 input/{tolsr => new}/spacing/AAA-intro-advanced.ly | 0 input/{tolsr => new}/spacing/GNUmakefile | 0 input/{tolsr => new}/spacing/SConscript | 0 input/{tolsr => new}/staff/AAA-intro-advanced.ly | 0 input/{tolsr => new}/staff/GNUmakefile | 0 input/{tolsr => new}/staff/SConscript | 0 input/{tolsr => new}/text/AAA-intro-advanced.ly | 0 input/{tolsr => new}/text/GNUmakefile | 0 input/{tolsr => new}/text/SConscript | 0 input/{tolsr => new}/text/utf-8.ly | 0 input/{tolsr => new}/vocal/AAA-intro-advanced.ly | 0 input/{tolsr => new}/vocal/GNUmakefile | 0 input/{tolsr => new}/vocal/SConscript | 0 49 files changed, 2 insertions(+), 2 deletions(-) rename input/{tolsr => new}/GNUmakefile (100%) rename input/{tolsr => new}/README (100%) rename input/{tolsr => new}/SConscript (100%) rename input/{tolsr => new}/ancient/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/ancient/GNUmakefile (100%) rename input/{tolsr => new}/ancient/SConscript (100%) rename input/{tolsr => new}/chords/AAA-intro-chords.ly (100%) rename input/{tolsr => new}/chords/GNUmakefile (100%) rename input/{tolsr => new}/chords/SConscript (100%) rename input/{tolsr => new}/connecting/AAA-intro-connecting.ly (100%) rename input/{tolsr => new}/connecting/GNUmakefile (100%) rename input/{tolsr => new}/connecting/SConscript (100%) rename input/{tolsr => new}/contemporary/AAA-intro-contemporary.ly (100%) rename input/{tolsr => new}/contemporary/GNUmakefile (100%) rename input/{tolsr => new}/contemporary/SConscript (100%) rename input/{tolsr => new}/expressive/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/expressive/GNUmakefile (100%) rename input/{tolsr => new}/expressive/SConscript (100%) rename input/{tolsr => new}/expressive/line-arrows.ly (100%) rename input/{tolsr => new}/guitar/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/guitar/GNUmakefile (100%) rename input/{tolsr => new}/guitar/SConscript (100%) rename input/{tolsr => new}/null.ly (100%) rename input/{tolsr => new}/parts/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/parts/GNUmakefile (100%) rename input/{tolsr => new}/parts/SConscript (100%) rename input/{tolsr => new}/parts/quote-transposition.ly (100%) rename input/{tolsr => new}/parts/quote.ly (100%) rename input/{tolsr => new}/repeats/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/repeats/GNUmakefile (100%) rename input/{tolsr => new}/repeats/SConscript (100%) rename input/{tolsr => new}/scheme/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/scheme/GNUmakefile (100%) rename input/{tolsr => new}/scheme/SConscript (100%) rename input/{tolsr => new}/spacing/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/spacing/GNUmakefile (100%) rename input/{tolsr => new}/spacing/SConscript (100%) rename input/{tolsr => new}/staff/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/staff/GNUmakefile (100%) rename input/{tolsr => new}/staff/SConscript (100%) rename input/{tolsr => new}/text/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/text/GNUmakefile (100%) rename input/{tolsr => new}/text/SConscript (100%) rename input/{tolsr => new}/text/utf-8.ly (100%) rename input/{tolsr => new}/vocal/AAA-intro-advanced.ly (100%) rename input/{tolsr => new}/vocal/GNUmakefile (100%) rename input/{tolsr => new}/vocal/SConscript (100%) diff --git a/buildscripts/makelsr.py b/buildscripts/makelsr.py index f576cdc1e3..26ac31aec1 100755 --- a/buildscripts/makelsr.py +++ b/buildscripts/makelsr.py @@ -50,7 +50,7 @@ for dir in dirs: ## copy in new files from LSR download copy_dir_with_test( srcdir, destdir ) ## copy in new files in source tree - copy_dir_with_test( os.path.join ('input', 'tolsr', dir), destdir ) + copy_dir_with_test( os.path.join ('input', 'new', dir), destdir ) file=open("lsr-unsafe.txt", 'w') diff --git a/input/GNUmakefile b/input/GNUmakefile index a0d454b716..beac08cfa3 100644 --- a/input/GNUmakefile +++ b/input/GNUmakefile @@ -1,6 +1,6 @@ depth = .. -SUBDIRS = test regression tutorial mutopia manual lsr tolsr +SUBDIRS = test regression tutorial mutopia manual lsr new examples = typography-demo les-nereides wilhelmus proportional bach-schenker cary diff --git a/input/tolsr/GNUmakefile b/input/new/GNUmakefile similarity index 100% rename from input/tolsr/GNUmakefile rename to input/new/GNUmakefile diff --git a/input/tolsr/README b/input/new/README similarity index 100% rename from input/tolsr/README rename to input/new/README diff --git a/input/tolsr/SConscript b/input/new/SConscript similarity index 100% rename from input/tolsr/SConscript rename to input/new/SConscript diff --git a/input/tolsr/ancient/AAA-intro-advanced.ly b/input/new/ancient/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/ancient/AAA-intro-advanced.ly rename to input/new/ancient/AAA-intro-advanced.ly diff --git a/input/tolsr/ancient/GNUmakefile b/input/new/ancient/GNUmakefile similarity index 100% rename from input/tolsr/ancient/GNUmakefile rename to input/new/ancient/GNUmakefile diff --git a/input/tolsr/ancient/SConscript b/input/new/ancient/SConscript similarity index 100% rename from input/tolsr/ancient/SConscript rename to input/new/ancient/SConscript diff --git a/input/tolsr/chords/AAA-intro-chords.ly b/input/new/chords/AAA-intro-chords.ly similarity index 100% rename from input/tolsr/chords/AAA-intro-chords.ly rename to input/new/chords/AAA-intro-chords.ly diff --git a/input/tolsr/chords/GNUmakefile b/input/new/chords/GNUmakefile similarity index 100% rename from input/tolsr/chords/GNUmakefile rename to input/new/chords/GNUmakefile diff --git a/input/tolsr/chords/SConscript b/input/new/chords/SConscript similarity index 100% rename from input/tolsr/chords/SConscript rename to input/new/chords/SConscript diff --git a/input/tolsr/connecting/AAA-intro-connecting.ly b/input/new/connecting/AAA-intro-connecting.ly similarity index 100% rename from input/tolsr/connecting/AAA-intro-connecting.ly rename to input/new/connecting/AAA-intro-connecting.ly diff --git a/input/tolsr/connecting/GNUmakefile b/input/new/connecting/GNUmakefile similarity index 100% rename from input/tolsr/connecting/GNUmakefile rename to input/new/connecting/GNUmakefile diff --git a/input/tolsr/connecting/SConscript b/input/new/connecting/SConscript similarity index 100% rename from input/tolsr/connecting/SConscript rename to input/new/connecting/SConscript diff --git a/input/tolsr/contemporary/AAA-intro-contemporary.ly b/input/new/contemporary/AAA-intro-contemporary.ly similarity index 100% rename from input/tolsr/contemporary/AAA-intro-contemporary.ly rename to input/new/contemporary/AAA-intro-contemporary.ly diff --git a/input/tolsr/contemporary/GNUmakefile b/input/new/contemporary/GNUmakefile similarity index 100% rename from input/tolsr/contemporary/GNUmakefile rename to input/new/contemporary/GNUmakefile diff --git a/input/tolsr/contemporary/SConscript b/input/new/contemporary/SConscript similarity index 100% rename from input/tolsr/contemporary/SConscript rename to input/new/contemporary/SConscript diff --git a/input/tolsr/expressive/AAA-intro-advanced.ly b/input/new/expressive/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/expressive/AAA-intro-advanced.ly rename to input/new/expressive/AAA-intro-advanced.ly diff --git a/input/tolsr/expressive/GNUmakefile b/input/new/expressive/GNUmakefile similarity index 100% rename from input/tolsr/expressive/GNUmakefile rename to input/new/expressive/GNUmakefile diff --git a/input/tolsr/expressive/SConscript b/input/new/expressive/SConscript similarity index 100% rename from input/tolsr/expressive/SConscript rename to input/new/expressive/SConscript diff --git a/input/tolsr/expressive/line-arrows.ly b/input/new/expressive/line-arrows.ly similarity index 100% rename from input/tolsr/expressive/line-arrows.ly rename to input/new/expressive/line-arrows.ly diff --git a/input/tolsr/guitar/AAA-intro-advanced.ly b/input/new/guitar/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/guitar/AAA-intro-advanced.ly rename to input/new/guitar/AAA-intro-advanced.ly diff --git a/input/tolsr/guitar/GNUmakefile b/input/new/guitar/GNUmakefile similarity index 100% rename from input/tolsr/guitar/GNUmakefile rename to input/new/guitar/GNUmakefile diff --git a/input/tolsr/guitar/SConscript b/input/new/guitar/SConscript similarity index 100% rename from input/tolsr/guitar/SConscript rename to input/new/guitar/SConscript diff --git a/input/tolsr/null.ly b/input/new/null.ly similarity index 100% rename from input/tolsr/null.ly rename to input/new/null.ly diff --git a/input/tolsr/parts/AAA-intro-advanced.ly b/input/new/parts/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/parts/AAA-intro-advanced.ly rename to input/new/parts/AAA-intro-advanced.ly diff --git a/input/tolsr/parts/GNUmakefile b/input/new/parts/GNUmakefile similarity index 100% rename from input/tolsr/parts/GNUmakefile rename to input/new/parts/GNUmakefile diff --git a/input/tolsr/parts/SConscript b/input/new/parts/SConscript similarity index 100% rename from input/tolsr/parts/SConscript rename to input/new/parts/SConscript diff --git a/input/tolsr/parts/quote-transposition.ly b/input/new/parts/quote-transposition.ly similarity index 100% rename from input/tolsr/parts/quote-transposition.ly rename to input/new/parts/quote-transposition.ly diff --git a/input/tolsr/parts/quote.ly b/input/new/parts/quote.ly similarity index 100% rename from input/tolsr/parts/quote.ly rename to input/new/parts/quote.ly diff --git a/input/tolsr/repeats/AAA-intro-advanced.ly b/input/new/repeats/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/repeats/AAA-intro-advanced.ly rename to input/new/repeats/AAA-intro-advanced.ly diff --git a/input/tolsr/repeats/GNUmakefile b/input/new/repeats/GNUmakefile similarity index 100% rename from input/tolsr/repeats/GNUmakefile rename to input/new/repeats/GNUmakefile diff --git a/input/tolsr/repeats/SConscript b/input/new/repeats/SConscript similarity index 100% rename from input/tolsr/repeats/SConscript rename to input/new/repeats/SConscript diff --git a/input/tolsr/scheme/AAA-intro-advanced.ly b/input/new/scheme/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/scheme/AAA-intro-advanced.ly rename to input/new/scheme/AAA-intro-advanced.ly diff --git a/input/tolsr/scheme/GNUmakefile b/input/new/scheme/GNUmakefile similarity index 100% rename from input/tolsr/scheme/GNUmakefile rename to input/new/scheme/GNUmakefile diff --git a/input/tolsr/scheme/SConscript b/input/new/scheme/SConscript similarity index 100% rename from input/tolsr/scheme/SConscript rename to input/new/scheme/SConscript diff --git a/input/tolsr/spacing/AAA-intro-advanced.ly b/input/new/spacing/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/spacing/AAA-intro-advanced.ly rename to input/new/spacing/AAA-intro-advanced.ly diff --git a/input/tolsr/spacing/GNUmakefile b/input/new/spacing/GNUmakefile similarity index 100% rename from input/tolsr/spacing/GNUmakefile rename to input/new/spacing/GNUmakefile diff --git a/input/tolsr/spacing/SConscript b/input/new/spacing/SConscript similarity index 100% rename from input/tolsr/spacing/SConscript rename to input/new/spacing/SConscript diff --git a/input/tolsr/staff/AAA-intro-advanced.ly b/input/new/staff/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/staff/AAA-intro-advanced.ly rename to input/new/staff/AAA-intro-advanced.ly diff --git a/input/tolsr/staff/GNUmakefile b/input/new/staff/GNUmakefile similarity index 100% rename from input/tolsr/staff/GNUmakefile rename to input/new/staff/GNUmakefile diff --git a/input/tolsr/staff/SConscript b/input/new/staff/SConscript similarity index 100% rename from input/tolsr/staff/SConscript rename to input/new/staff/SConscript diff --git a/input/tolsr/text/AAA-intro-advanced.ly b/input/new/text/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/text/AAA-intro-advanced.ly rename to input/new/text/AAA-intro-advanced.ly diff --git a/input/tolsr/text/GNUmakefile b/input/new/text/GNUmakefile similarity index 100% rename from input/tolsr/text/GNUmakefile rename to input/new/text/GNUmakefile diff --git a/input/tolsr/text/SConscript b/input/new/text/SConscript similarity index 100% rename from input/tolsr/text/SConscript rename to input/new/text/SConscript diff --git a/input/tolsr/text/utf-8.ly b/input/new/text/utf-8.ly similarity index 100% rename from input/tolsr/text/utf-8.ly rename to input/new/text/utf-8.ly diff --git a/input/tolsr/vocal/AAA-intro-advanced.ly b/input/new/vocal/AAA-intro-advanced.ly similarity index 100% rename from input/tolsr/vocal/AAA-intro-advanced.ly rename to input/new/vocal/AAA-intro-advanced.ly diff --git a/input/tolsr/vocal/GNUmakefile b/input/new/vocal/GNUmakefile similarity index 100% rename from input/tolsr/vocal/GNUmakefile rename to input/new/vocal/GNUmakefile diff --git a/input/tolsr/vocal/SConscript b/input/new/vocal/SConscript similarity index 100% rename from input/tolsr/vocal/SConscript rename to input/new/vocal/SConscript -- 2.39.5