From 827ad58d50f104c6b9c028ae49633faa9d56be6b Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 24 Jan 2007 00:33:19 -0800 Subject: [PATCH] Add web page for selecting LSR categories. --- input/lsr/GNUmakefile | 7 ++++++- input/lsr/LSR.ly | 21 +++++++++++++++++++++ input/lsr/SConscript | 4 ++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 input/lsr/LSR.ly create mode 100644 input/lsr/SConscript diff --git a/input/lsr/GNUmakefile b/input/lsr/GNUmakefile index 95cd95a40d..36b2eec4c1 100644 --- a/input/lsr/GNUmakefile +++ b/input/lsr/GNUmakefile @@ -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 index 0000000000..168823a959 --- /dev/null +++ b/input/lsr/LSR.ly @@ -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 index 0000000000..c534e3573e --- /dev/null +++ b/input/lsr/SConscript @@ -0,0 +1,4 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'LilyPond Examples') -- 2.39.5