From: Graham Percival Date: Sun, 25 Nov 2007 05:44:05 +0000 (-0800) Subject: LSR: dir reorg. X-Git-Tag: release/2.11.36-1~76 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=acc893a2de9ac8a5ad6131e6def8df017163a579;p=lilypond.git LSR: dir reorg. --- diff --git a/input/new/editorial/AAA-intro.ly b/input/new/editorial/AAA-intro.ly new file mode 100644 index 0000000000..93c62a94e3 --- /dev/null +++ b/input/new/editorial/AAA-intro.ly @@ -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 index 0000000000..a3f0b2bfde --- /dev/null +++ b/input/new/editorial/GNUmakefile @@ -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 index 0000000000..cb39d4eab0 --- /dev/null +++ b/input/new/editorial/SConscript @@ -0,0 +1,5 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Sample snippets from LSR') +