~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to input/template/README

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
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