From 7d303ad7375edcad98ea706b9328f145b547748d Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 24 Nov 2007 21:43:27 -0800 Subject: [PATCH] LSR: dir reorg. --- input/new/GNUmakefile | 6 +++++- input/new/simultaneous/AAA-intro.ly | 16 ++++++++++++++++ input/new/simultaneous/GNUmakefile | 12 ++++++++++++ input/new/simultaneous/SConscript | 5 +++++ 4 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 input/new/simultaneous/AAA-intro.ly create mode 100644 input/new/simultaneous/GNUmakefile create mode 100644 input/new/simultaneous/SConscript 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') + -- 2.39.5