]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/gnu-music.yo
e37331dcd54c72403b307ab7f36f77ca4f4a251e
[lilypond.git] / Documentation / gnu-music.yo
1 article(GNU Music project - manifesto)(Han-Wen Nienhuys and Jan Nieuwenhuizen)()
2
3 sect(Goal)
4
5
6
7 The public deserves free tools for composing and printing.
8
9
10 sect(Requirements)
11
12 Emacs and TeX() serve as useful examples of what programs by the GMP
13 should be.
14
15 description(
16 dit(high-quality)
17     The software should be of high-quality from the application view.
18 For example, the notation should be high-quality from an engraving
19 point of view, like TeX()
20
21 dit(high-quality) The software should be of high-quality point of
22     view, like all GNU software, it should have no limits, be fast,
23     etc.
24
25 dit(tweakable)
26     Printed music has a lot of styles, and special symbols. It may be
27     unfeasible to provide and maintain  lots of code that is hardwired
28     into the system. The tools should be extensible/programmable like
29     Emacs and TeX.
30
31 dit(easy to use.)
32     That is, for technical users (that can read a manual). The learning
33     curve should be as flat as possible but not at the expense of comfort
34     of use and power.
35 )
36
37 sect(Components)
38
39 description(
40 dit(A set of music fonts)
41     In development, the Feta font.  
42 dit(A typesetting engine)
43     In development, included in LilyPond.
44     A system with rules on how to set properties of items to be printed
45     (up/down directions, breaking, dimensions, etc)
46     It should be suited to interactive typesetting (so, incremental
47     algorithms are needed)
48 dit(A display engine)
49     which can display clear notewriting in (say) an X-window
50     Ideally the system should cooperate with the typesetting engine
51 dit(An ASCII language)
52     In development, LilyPond has a language. 
53     Having an ASCII format which enables urtext, and easy sharing (via
54     mail and news forums) encourages cooperation and exchange of music.
55 dit(A printing engine)
56     In development, included in LilyPond.
57 dit(An input system)
58     The natural way to enter composed music is singing or playing it. The
59     GMP should have module which can take keyboard input or microphone
60     input and convert it to computer data. (microphone input would be
61     difficult)
62 dit(sequencing)
63     (have no clue about this)
64 dit(A scanning system)
65     Having a system which can produce mudela from printed scores,  greatly
66     simplifies creating a collection of music
67 dit(A music-understanding system)
68     (difficult) A system to generate accompaniments, figured bass,
69     automatic accompaniment, etc.
70 dit(A performing system)
71     A system which can play credible performances of abstract music
72     representations.  LilyPond has a bare bones system, but it cannot
73     (yet) be described as "credible". 
74 )
75
76 sect(Programs)
77
78 itemize(
79 it()A noninteractive typesetter, suited for batch jobs, and typesetting
80     existing music. This would couple the ASCII language, the printing
81     engine and the typesetting engine
82     LilyPond is currently representing this section.
83 it()A GUI for composing. This would combine the display engine, the input
84     system and the typesetting engine.
85 it()Libraries for reading and writing various audio/music/notation
86     formats.
87 )
88