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

diff --git a/input/new/editorial/AAA-intro.ly b/input/new/editorial/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/editorial/GNUmakefile b/input/new/editorial/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/editorial/SConscript b/input/new/editorial/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')
+