From: Graham Percival Date: Sat, 16 Oct 2004 21:43:12 +0000 (+0000) Subject: Deleting input/templates/ directory. X-Git-Tag: release/2.3.23~21 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a0b6a344e5e18f542ea2386b9406c634ae4cc4fa;p=lilypond.git Deleting input/templates/ directory. --- diff --git a/input/template/GNUmakefile b/input/template/GNUmakefile deleted file mode 100644 index 2e22296084..0000000000 --- a/input/template/GNUmakefile +++ /dev/null @@ -1,12 +0,0 @@ -depth = ../.. - -STEPMAKE_TEMPLATES=documentation texinfo tex -LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc -EXTRA_DIST_FILES=README - -include $(depth)/make/stepmake.make - -TITLE=LilyPond Template Files - - -.PRECIOUS: $(outdir)/collated-files.texi diff --git a/input/template/README b/input/template/README deleted file mode 100644 index 6f39e7f8af..0000000000 --- a/input/template/README +++ /dev/null @@ -1,51 +0,0 @@ - -* Naming conventions for voices/staves - (think: \autochange, \partcombine)? - -* Add (commented-out) stuff like \time 3/4 - \property Staff.TimeSignature \set #'style = #xxx? - -* Handy emacs shortcuts to (these) templates? - -* Mutopia headers? - -* Another approach would be to not include any music in the templates, - and standardise the naming of the music, so that you'd do: - - title = 'Piano piece' - upper = \notes { ... } - lower = \notes { ... } - - \include "template/piano.ly" - - In this case, we'd also need one simple music example file per - template. This approach can be even easier to use, but is not very - flexible, it only works for simple and uniform pieces. - -* Possibly some of you already have created something like this? I was - thinking of having templates for: - - single melody = melody.ly - melody with lyrics = melody-lyrics.ly - melody with lyrics and chords = melody-lyrics-chords.ly - piano = piano.ly - piano with several voices = piano-4-voices.ly - piano with lyrics (between staves) = piano-lyrics.ly - piano with melody and lyrics = piano-melody-lyrics.ly - -TODO (Choral templates, anyone?) - piano with lyrics and chords - (string) duet - (string) duet parts - string quartet - string quintet parts - orchestral score - orchestral parts - choral score with piano reduction (i.e., the piano staves have the - same notes as the choral parts) - choral score with piano accompaniment - choral parts - - - - diff --git a/input/template/SConscript b/input/template/SConscript deleted file mode 100644 index 911b547ab2..0000000000 --- a/input/template/SConscript +++ /dev/null @@ -1,4 +0,0 @@ -# -*-python-*- - -Import ('env', 'collate') -collate (title = 'LilyPond Template Files')