From 83f660dc0cd367166fb46cc05fef0c67be281d12 Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Mon, 18 Jun 2007 16:32:14 -0700
Subject: [PATCH] LSR: rearrange input/new/ directory.

---
 input/new/chords/AAA-intro.ly              | 16 ++++++++++++++++
 input/new/connecting/AAA-intro.ly          | 16 ++++++++++++++++
 input/new/contemporary/AAA-intro.ly        | 16 ++++++++++++++++
 input/new/education/AAA-intro.ly           | 16 ++++++++++++++++
 input/new/engravers/AAA-intro.ly           | 16 ++++++++++++++++
 input/new/engravers/GNUmakefile            | 16 ++++++++++++++++
 input/new/engravers/SConscript             |  4 ++++
 input/new/expressive/AAA-intro.ly          | 16 ++++++++++++++++
 input/new/guitar/AAA-intro.ly              | 16 ++++++++++++++++
 input/new/instrument-specific/AAA-intro.ly | 16 ++++++++++++++++
 input/new/instrument-specific/GNUmakefile  | 16 ++++++++++++++++
 input/new/instrument-specific/SConscript   |  4 ++++
 input/new/non-music/AAA-intro.ly           | 16 ++++++++++++++++
 input/new/non-music/GNUmakefile            | 16 ++++++++++++++++
 input/new/non-music/SConscript             |  4 ++++
 input/new/other/AAA-intro.ly               | 16 ++++++++++++++++
 input/new/parts/AAA-intro.ly               | 16 ++++++++++++++++
 input/new/pitch/AAA-intro.ly               | 16 ++++++++++++++++
 input/new/repeats/AAA-intro.ly             | 16 ++++++++++++++++
 input/new/scheme/AAA-intro.ly              | 16 ++++++++++++++++
 input/new/spacing/AAA-intro.ly             | 16 ++++++++++++++++
 input/new/staff/AAA-intro.ly               | 16 ++++++++++++++++
 input/new/text/AAA-intro.ly                | 16 ++++++++++++++++
 input/new/vocal/AAA-intro.ly               | 16 ++++++++++++++++
 24 files changed, 348 insertions(+)
 create mode 100644 input/new/chords/AAA-intro.ly
 create mode 100644 input/new/connecting/AAA-intro.ly
 create mode 100644 input/new/contemporary/AAA-intro.ly
 create mode 100644 input/new/education/AAA-intro.ly
 create mode 100644 input/new/engravers/AAA-intro.ly
 create mode 100644 input/new/engravers/GNUmakefile
 create mode 100644 input/new/engravers/SConscript
 create mode 100644 input/new/expressive/AAA-intro.ly
 create mode 100644 input/new/guitar/AAA-intro.ly
 create mode 100644 input/new/instrument-specific/AAA-intro.ly
 create mode 100644 input/new/instrument-specific/GNUmakefile
 create mode 100644 input/new/instrument-specific/SConscript
 create mode 100644 input/new/non-music/AAA-intro.ly
 create mode 100644 input/new/non-music/GNUmakefile
 create mode 100644 input/new/non-music/SConscript
 create mode 100644 input/new/other/AAA-intro.ly
 create mode 100644 input/new/parts/AAA-intro.ly
 create mode 100644 input/new/pitch/AAA-intro.ly
 create mode 100644 input/new/repeats/AAA-intro.ly
 create mode 100644 input/new/scheme/AAA-intro.ly
 create mode 100644 input/new/spacing/AAA-intro.ly
 create mode 100644 input/new/staff/AAA-intro.ly
 create mode 100644 input/new/text/AAA-intro.ly
 create mode 100644 input/new/vocal/AAA-intro.ly

diff --git a/input/new/chords/AAA-intro.ly b/input/new/chords/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/chords/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/connecting/AAA-intro.ly b/input/new/connecting/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/connecting/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/contemporary/AAA-intro.ly b/input/new/contemporary/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/contemporary/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/education/AAA-intro.ly b/input/new/education/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/education/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/engravers/AAA-intro.ly b/input/new/engravers/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/engravers/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/engravers/GNUmakefile b/input/new/engravers/GNUmakefile
new file mode 100644
index 0000000000..43325ab698
--- /dev/null
+++ b/input/new/engravers/GNUmakefile
@@ -0,0 +1,16 @@
+
+depth = ../../../
+
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
+
+## Hmm, would this work?  No -- if we really want examples, move
+## to other dir (input/) comes to mind.
+## examples = font20 ancient-font
+## LOCALSTEPMAKE_TEMPLATES += ly mutopia
+
+EXTRA_DIST_FILES= 
+
+include $(depth)/make/stepmake.make
+
+TITLE=Advanced snippets
diff --git a/input/new/engravers/SConscript b/input/new/engravers/SConscript
new file mode 100644
index 0000000000..f72bfffc28
--- /dev/null
+++ b/input/new/engravers/SConscript
@@ -0,0 +1,4 @@
+# -*-python-*-
+
+Import ('env', 'collate')
+collate (title = 'Advanced snippets')
diff --git a/input/new/expressive/AAA-intro.ly b/input/new/expressive/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/expressive/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/guitar/AAA-intro.ly b/input/new/guitar/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/guitar/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/instrument-specific/AAA-intro.ly b/input/new/instrument-specific/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/instrument-specific/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/instrument-specific/GNUmakefile b/input/new/instrument-specific/GNUmakefile
new file mode 100644
index 0000000000..43325ab698
--- /dev/null
+++ b/input/new/instrument-specific/GNUmakefile
@@ -0,0 +1,16 @@
+
+depth = ../../../
+
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
+
+## Hmm, would this work?  No -- if we really want examples, move
+## to other dir (input/) comes to mind.
+## examples = font20 ancient-font
+## LOCALSTEPMAKE_TEMPLATES += ly mutopia
+
+EXTRA_DIST_FILES= 
+
+include $(depth)/make/stepmake.make
+
+TITLE=Advanced snippets
diff --git a/input/new/instrument-specific/SConscript b/input/new/instrument-specific/SConscript
new file mode 100644
index 0000000000..f72bfffc28
--- /dev/null
+++ b/input/new/instrument-specific/SConscript
@@ -0,0 +1,4 @@
+# -*-python-*-
+
+Import ('env', 'collate')
+collate (title = 'Advanced snippets')
diff --git a/input/new/non-music/AAA-intro.ly b/input/new/non-music/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/non-music/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/non-music/GNUmakefile b/input/new/non-music/GNUmakefile
new file mode 100644
index 0000000000..43325ab698
--- /dev/null
+++ b/input/new/non-music/GNUmakefile
@@ -0,0 +1,16 @@
+
+depth = ../../../
+
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
+
+## Hmm, would this work?  No -- if we really want examples, move
+## to other dir (input/) comes to mind.
+## examples = font20 ancient-font
+## LOCALSTEPMAKE_TEMPLATES += ly mutopia
+
+EXTRA_DIST_FILES= 
+
+include $(depth)/make/stepmake.make
+
+TITLE=Advanced snippets
diff --git a/input/new/non-music/SConscript b/input/new/non-music/SConscript
new file mode 100644
index 0000000000..f72bfffc28
--- /dev/null
+++ b/input/new/non-music/SConscript
@@ -0,0 +1,4 @@
+# -*-python-*-
+
+Import ('env', 'collate')
+collate (title = 'Advanced snippets')
diff --git a/input/new/other/AAA-intro.ly b/input/new/other/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/other/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/parts/AAA-intro.ly b/input/new/parts/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/parts/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/pitch/AAA-intro.ly b/input/new/pitch/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/pitch/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/repeats/AAA-intro.ly b/input/new/repeats/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/repeats/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/scheme/AAA-intro.ly b/input/new/scheme/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/scheme/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/spacing/AAA-intro.ly b/input/new/spacing/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/spacing/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/staff/AAA-intro.ly b/input/new/staff/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/staff/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/text/AAA-intro.ly b/input/new/text/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/text/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
diff --git a/input/new/vocal/AAA-intro.ly b/input/new/vocal/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/vocal/AAA-intro.ly
@@ -0,0 +1,16 @@
+\version "2.10.0"
+
+\header{
+texidoc = "
+@unnumbered Introduction
+
+This document shows examples from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+In the web version of this document, you can click on the file name
+or figure for each example to see the corresponding input file."
+}
+
+% make sure .png  is generated.
+\markup{ "This document is for LilyPond version" #(ly:export(lilypond-version)) }
+
-- 
2.39.5