]> git.donarmstrong.com Git - lilypond.git/commitdiff
LSR: dir reorg.
authorGraham Percival <graham@percival-music.ca>
Sun, 25 Nov 2007 05:36:05 +0000 (21:36 -0800)
committerGraham Percival <graham@percival-music.ca>
Sun, 25 Nov 2007 05:36:05 +0000 (21:36 -0800)
input/new/GNUmakefile
input/new/null.ly
input/new/null/AAA-intro.ly [new file with mode: 0644]
input/new/null/GNUmakefile [new file with mode: 0644]
input/new/null/SConscript [new file with mode: 0644]

index 1b63a93dbcb5230939b3d01ca7961b094a562577..dc285f886a7fabdf47b8ac8ed755a5cf4f4879bc 100644 (file)
@@ -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
index 3693372bbb6b4eb55e9ced2b89fc88aab3eb4d1e..9b4a4d71a01270f3472f95ae93bc8ce173185219 100644 (file)
@@ -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 (file)
index 0000000..93c62a9
--- /dev/null
@@ -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 (file)
index 0000000..a3f0b2b
--- /dev/null
@@ -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 (file)
index 0000000..cb39d4e
--- /dev/null
@@ -0,0 +1,5 @@
+# -*-python-*-
+
+Import ('env', 'collate')
+collate (title = 'Sample snippets from LSR')
+