]> git.donarmstrong.com Git - lilypond.git/commitdiff
Deleting input/templates/ directory.
authorGraham Percival <graham@percival-music.ca>
Sat, 16 Oct 2004 21:43:12 +0000 (21:43 +0000)
committerGraham Percival <graham@percival-music.ca>
Sat, 16 Oct 2004 21:43:12 +0000 (21:43 +0000)
input/template/GNUmakefile [deleted file]
input/template/README [deleted file]
input/template/SConscript [deleted file]

diff --git a/input/template/GNUmakefile b/input/template/GNUmakefile
deleted file mode 100644 (file)
index 2e22296..0000000
+++ /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 (file)
index 6f39e7f..0000000
+++ /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 (file)
index 911b547..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# -*-python-*-
-
-Import ('env', 'collate')
-collate (title = 'LilyPond Template Files')