From c651cc68b309a111d23d89c0c06e24b8644ba83a Mon Sep 17 00:00:00 2001
From: Graham Percival <graham@percival-music.ca>
Date: Sat, 24 Nov 2007 21:36:05 -0800
Subject: [PATCH] LSR: dir reorg.

---
 input/new/GNUmakefile       |  4 ++++
 input/new/null.ly           |  1 +
 input/new/null/AAA-intro.ly | 16 ++++++++++++++++
 input/new/null/GNUmakefile  | 12 ++++++++++++
 input/new/null/SConscript   |  5 +++++
 5 files changed, 38 insertions(+)
 create mode 100644 input/new/null/AAA-intro.ly
 create mode 100644 input/new/null/GNUmakefile
 create mode 100644 input/new/null/SConscript

diff --git a/input/new/GNUmakefile b/input/new/GNUmakefile
index 1b63a93dbc..dc285f886a 100644
--- a/input/new/GNUmakefile
+++ b/input/new/GNUmakefile
@@ -6,6 +6,10 @@ SUBDIRS += guitar parts repeats spacing staff text vocal scheme other
 SUBDIRS += engravers nonmusic instrument
 SUBDIRS += real-music
 
+### FIXME: temporary template for creating other dirs.
+###  will be removed once everything else is stable.
+SUBDIRS += null
+
 
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
diff --git a/input/new/null.ly b/input/new/null.ly
index 3693372bbb..9b4a4d71a0 100644
--- a/input/new/null.ly
+++ b/input/new/null.ly
@@ -1 +1,2 @@
+%  the build system is unhappy without this file here.  (?)
 \version "2.11.21"
diff --git a/input/new/null/AAA-intro.ly b/input/new/null/AAA-intro.ly
new file mode 100644
index 0000000000..93c62a94e3
--- /dev/null
+++ b/input/new/null/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/null/GNUmakefile b/input/new/null/GNUmakefile
new file mode 100644
index 0000000000..a3f0b2bfde
--- /dev/null
+++ b/input/new/null/GNUmakefile
@@ -0,0 +1,12 @@
+
+depth = ../../../
+
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
+
+EXTRA_DIST_FILES= 
+
+include $(depth)/make/stepmake.make
+
+TITLE=Sample snippets from LSR
+
diff --git a/input/new/null/SConscript b/input/new/null/SConscript
new file mode 100644
index 0000000000..cb39d4eab0
--- /dev/null
+++ b/input/new/null/SConscript
@@ -0,0 +1,5 @@
+# -*-python-*-
+
+Import ('env', 'collate')
+collate (title = 'Sample snippets from LSR')
+
-- 
2.39.5