]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add web page for selecting LSR categories.
authorGraham Percival <graham@percival-music.ca>
Wed, 24 Jan 2007 08:33:19 +0000 (00:33 -0800)
committerGraham Percival <graham@percival-music.ca>
Wed, 24 Jan 2007 08:33:19 +0000 (00:33 -0800)
input/lsr/GNUmakefile
input/lsr/LSR.ly [new file with mode: 0644]
input/lsr/SConscript [new file with mode: 0644]

index 95cd95a40d3b5497a73a0e9635ba43d98538f2a5..36b2eec4c11deb0d2f84da6b437008ae0761d771 100644 (file)
@@ -2,6 +2,11 @@ depth = ../../
 
 SUBDIRS = advanced trick
 
-LOCALSTEPMAKE_TEMPLATES=ly mutopia
+STEPMAKE_TEMPLATES=documentation texinfo tex
+LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
 
 include $(depth)/make/stepmake.make
+
+
+TITLE=LilyPond Examples
+
diff --git a/input/lsr/LSR.ly b/input/lsr/LSR.ly
new file mode 100644 (file)
index 0000000..168823a
--- /dev/null
@@ -0,0 +1,21 @@
+\version "2.10.0"
+\header{
+texidoc = "@heading LilyPond Examples
+
+These pages show LilyPond examples (snippets) from the
+@uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}.
+
+@c @s ubheading @uref{../trick/out-www/collated-files.html,Trick}:
+@strong{@uref{../trick/out-www/collated-files.html,Trick}}:
+These snippets are blah blah.
+
+@c @s ubheading @uref{../advanced/out-www/collated-files.html,Advanced}:
+@strong{@uref{../advanced/out-www/collated-files.html,Advanced}}:
+These snippets are fazzle snap.
+
+"
+}
+
+% make sure .png  is generated.
+\lyrics {  " " }
+% \lyrics {  "(left blank intentionally)" }
diff --git a/input/lsr/SConscript b/input/lsr/SConscript
new file mode 100644 (file)
index 0000000..c534e35
--- /dev/null
@@ -0,0 +1,4 @@
+# -*-python-*-
+
+Import ('env', 'collate')
+collate (title = 'LilyPond Examples')