]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/automated-engraving.texi
Docs-fr: notation-expressive
[lilypond.git] / Documentation / automated-engraving.texi
1 \input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
2 @ignore
3     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
4
5     When revising a translation, copy the HEAD committish of the
6     version that you are working on.  See TRANSLATION for details.
7 @end ignore
8
9 @ignore
10 hmm, the one big page is too big, but it was really inviting to
11      read.  this is not.  maybe just scrap this menu and introduction
12      to index?
13 @end ignore
14
15 @setfilename automated-engraving.info
16 @settitle Obsessed with putting ink on paper
17 @documentencoding UTF-8
18 @documentlanguage en
19
20 @set web
21 @include macros.itexi
22
23 @afourpaper
24
25 @ifnottex
26 @node Top
27 @top
28 @chapheading
29 @end ifnottex
30
31 @finalout
32
33 @heading What is behind LilyPond?
34
35 @sourceimage{hader-collage,,,.png}
36
37 LilyPond is not unique in making music notation: there are a lot of
38 programs that print music, and nowadays most of the newly printed
39 music is made with computers.  Unfortunately, that also shows: just
40 ask any musician that plays classical music: new scores do not look as
41 nice as old ones.
42
43 What is the difference between hand-work and machine work, and what
44   has caused it?  How can we improve the situation?  This essay explains
45   problems in music notation (software), and our approach to solving
46   them.
47
48 @menu
49 * introduction:: Introduction -- what is wrong with computer music notation.
50 * software:: What is wrong with software -- or how Finale is not the end-all of music software.
51 * problem-statement:: How not to design software -- or modeling music notation.
52 * divide-and-conquer:: Divide and conqueror -- a blue print for automated notation.
53 * implementing-notation:: Impressive, but does it also work in theory -- a practical approach to capturing notation.
54 * engraving:: Music engraving -- the art of printing music.
55 * implementing-typography:: Implementing typography -- hackers attack the engraving problem.
56 * formatting-architecture:: A flexible program architecture -- lets us write engraving software 
57 * scoring-esthetics:: Beautiful numbers -- how LilyPond participates in the Miss World contests.
58 * benchmarking:: Notation benchmarking -- is a flexible architecture enough?
59 * schubert:: Notation benchmarking -- project too?
60 * typography-features:: Typographical features -- unique to LilyPond.
61 * input-format:: Input format -- how to enter music. 
62 * conclusion:: Conclusion.
63 @end menu
64
65 @contents
66
67 @c This essay is also available in @ref{big-page.html,one big page}.
68
69 @include automated-engraving/introduction.itexi
70 @include automated-engraving/software.itexi
71 @include automated-engraving/problem-statement.itexi
72 @include automated-engraving/divide-and-conquer.itexi
73 @include automated-engraving/implementing-notation.itexi
74 @include automated-engraving/engraving.itexi
75 @include automated-engraving/implementing-typography.itexi
76 @include automated-engraving/formatting-architecture.itexi
77 @include automated-engraving/scoring-esthetics.itexi
78 @include automated-engraving/benchmarking.itexi
79 @include automated-engraving/schubert.itexi
80 @include automated-engraving/typography-features.itexi
81 @include automated-engraving/input-format.itexi
82 @include automated-engraving/conclusion.itexi
83
84 @bye
85