From: Graham Percival Date: Wed, 24 Jan 2007 08:33:19 +0000 (-0800) Subject: Add web page for selecting LSR categories. X-Git-Tag: release/2.11.14-1~13^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=827ad58d50f104c6b9c028ae49633faa9d56be6b;p=lilypond.git Add web page for selecting LSR categories. --- 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')