]> git.donarmstrong.com Git - lilypond.git/blob - input/template/README
*** empty log message ***
[lilypond.git] / input / template / README
1
2 * Naming conventions for voices/staves
3   (think: \autochange, \partcombine)?
4
5 * Add (commented-out) stuff like \time 3/4
6   \property Staff.TimeSignature \set #'style = #xxx?
7
8 * Handy emacs shortcuts to (these) templates?
9
10 * Mutopia headers?
11
12 * Another approach would be to not include any music in the templates,
13   and standardise the naming of the music, so that you'd do:
14
15     title = 'Piano piece'
16     upper = \notes { ... }
17     lower = \notes { ... }
18
19     \include "template/piano.ly"
20
21   In this case, we'd also need one simple music example file per
22   template.  This approach can be even easier to use, but is not very
23   flexible, it only works for simple and uniform pieces.
24
25 * Possibly some of you already have created something like this?  I was
26   thinking of having templates for:
27
28   single melody  = melody.ly
29   melody with lyrics = melody-lyrics.ly 
30   melody with lyrics and chords = melody-lyrics-chords.ly
31   piano = piano.ly
32   piano with several voices = piano-4-voices.ly
33   piano with lyrics (between staves) = piano-lyrics.ly
34   piano with melody and lyrics = piano-melody-lyrics.ly
35
36 TODO (Choral templates, anyone?)
37   piano with lyrics and chords
38   (string) duet 
39   (string) duet parts
40   string quartet
41   string quintet parts
42   orchestral score
43   orchestral parts
44   choral score with piano reduction (i.e., the piano staves have the
45           same notes as the choral parts)
46   choral score with piano accompaniment
47   choral parts
48
49
50
51