From: Graham Percival Date: Sun, 25 Nov 2007 05:43:27 +0000 (-0800) Subject: LSR: dir reorg. X-Git-Tag: release/2.11.36-1~77 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d303ad7375edcad98ea706b9328f145b547748d;p=lilypond.git LSR: dir reorg. --- diff --git a/input/new/GNUmakefile b/input/new/GNUmakefile index dc285f886a..48159de4db 100644 --- a/input/new/GNUmakefile +++ b/input/new/GNUmakefile @@ -1,6 +1,10 @@ depth = ../../ -SUBDIRS = pitches rhythms +# NR 1 +SUBDIRS = pitches rhythms expressive repeats simultaneous staff editorial text + + + SUBDIRS += ancient chords connecting contemporary education expressive SUBDIRS += guitar parts repeats spacing staff text vocal scheme other SUBDIRS += engravers nonmusic instrument diff --git a/input/new/simultaneous/AAA-intro.ly b/input/new/simultaneous/AAA-intro.ly new file mode 100644 index 0000000000..93c62a94e3 --- /dev/null +++ b/input/new/simultaneous/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/simultaneous/GNUmakefile b/input/new/simultaneous/GNUmakefile new file mode 100644 index 0000000000..a3f0b2bfde --- /dev/null +++ b/input/new/simultaneous/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/simultaneous/SConscript b/input/new/simultaneous/SConscript new file mode 100644 index 0000000000..cb39d4eab0 --- /dev/null +++ b/input/new/simultaneous/SConscript @@ -0,0 +1,5 @@ +# -*-python-*- + +Import ('env', 'collate') +collate (title = 'Sample snippets from LSR') +