]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: Add converted essay.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 12 Aug 2009 21:38:28 +0000 (23:38 +0200)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 12 Aug 2009 23:30:27 +0000 (01:30 +0200)
16 files changed:
Documentation/automated-engraving/benchmarking.itexi [new file with mode: 0644]
Documentation/automated-engraving/conclusion.itexi [new file with mode: 0644]
Documentation/automated-engraving/divide-and-conquer.itexi [new file with mode: 0644]
Documentation/automated-engraving/engraving.itexi [new file with mode: 0644]
Documentation/automated-engraving/formatting-architecture.itexi [new file with mode: 0644]
Documentation/automated-engraving/implementing-notation.itexi [new file with mode: 0644]
Documentation/automated-engraving/implementing-typography.itexi [new file with mode: 0644]
Documentation/automated-engraving/index.itexi [new file with mode: 0644]
Documentation/automated-engraving/input-format.itexi [new file with mode: 0644]
Documentation/automated-engraving/introduction.itexi [new file with mode: 0644]
Documentation/automated-engraving/introduction.texi [new file with mode: 0644]
Documentation/automated-engraving/problem-statement.itexi [new file with mode: 0644]
Documentation/automated-engraving/schubert.itexi [new file with mode: 0644]
Documentation/automated-engraving/scoring-esthetics.itexi [new file with mode: 0644]
Documentation/automated-engraving/software.itexi [new file with mode: 0644]
Documentation/automated-engraving/typography-features.itexi [new file with mode: 0644]

diff --git a/Documentation/automated-engraving/benchmarking.itexi b/Documentation/automated-engraving/benchmarking.itexi
new file mode 100644 (file)
index 0000000..31aec43
--- /dev/null
@@ -0,0 +1,105 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node benchmarking 
+
+@unnumberedsec Notation benchmarking
+
+A flexible architecture is necessary for good
+formatting. Unfortunately, it is not sufficient.  Only a careful
+emulation of printed matter will give a good result.  We suggested in
+the introduction to compare program output with existing hand-engraved
+scores.  It is exactly this technique that we use to perfect LilyPond
+output.  In a way, this is a benchmarking technique: the performance of
+the program, in terms of quality, is measured in relation to a known
+quantity.
+
+Here you see parts of a benchmark piece. At the top the reference
+edition (B@"arenreiter BA 320) at the bottom the output from
+LilyPond 1.4:
+
+@divClass{float-center}
+@divEnd
+@ref{pictures/baer-sarabande-hires.jpeg,
+@image{pictures/baer-sarabande,,,.png}}
+
+@divClass{float-center}
+@divEnd
+B@"arenreiter (click to enlarge)
+
+@divClass{float-center}
+@divEnd
+@image{pictures/lily14-sarabande,,,.png}
+
+@divClass{float-center}
+@divEnd
+LilyPond 1.4
+
+The LilyPond output is certainly readable, and for many people it
+would be acceptable. However, close comparison with a hand-engraved
+score showed a lot of errors in the formatting details:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/lily14-sarabande-correct,,,.png}
+
+@divClass{float-center}
+@divEnd
+@itemize
+@item
+ Lots of symbols were unbalanced. In particular the trill sign was
+too large.
+
+
+@item
+ Stems and beams were all wrong: the stems were too long, and
+beam should be slanted to cover staff lines exactly. The beam was also
+too light.
+
+
+@item
+ The spacing was irregular: some measures were too tight, other
+too wide.
+
+
+@end itemize
+(And there were missing notes in the original version for LilyPond)
+
+By addressing the relevant algorithms, settings, and font designs, we
+were able to improve the output. The output for LilyPond 1.8 is shown
+below. Although it is not a clone of the reference edition, this
+output is very close to publication quality.
+
+@divClass{float-center}
+@divEnd
+@image{pictures/lily17-sarabande,,,.png}
+
+@divClass{float-center}
+@divEnd
+LilyPond 1.8
+
+@divClass{float-center}
+@divEnd
+@image{pictures/baer-sarabande,,,.png}
+
+@divClass{float-center}
+@divEnd
+B@"arenreiter
+
+Another example of benchmarking is our project for the 2.1 series, a
+@ref{schubert,Schubert song}.
+
+@divClass{float-right}
+@divEnd
+Next: @ref{typography-features.html,Cool features},
+typographical hoops that we made LilyPond jump through.
+
+@bye
+
diff --git a/Documentation/automated-engraving/conclusion.itexi b/Documentation/automated-engraving/conclusion.itexi
new file mode 100644 (file)
index 0000000..880e8be
--- /dev/null
@@ -0,0 +1,31 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node conclusion 
+
+@unnumberedsec Conclusion
+
+We have shown you what engraved music should look like, and how we built
+our software to emulate that look.  We have put a lot of effort into
+building it.  Thanks to all that hard work, you can @ref{@DEPTH@switch/tour.html,use the program to print nice music
+too}.
+
+To complete the reading of this essay, you may want to have a look at
+@ref{@DEPTH@about/pubs.html,publications and articles},
+especially @ref{http://www.musicbyandrew.ca/finale-lilypond-1.html,Andrew
+Hawryluk's writings}, which include Finale and LilyPond notation
+benchmarking.
+
+@divClass{float-right}
+@divEnd
+Go @ref{index,back} to the index.
+
+@bye
+
diff --git a/Documentation/automated-engraving/divide-and-conquer.itexi b/Documentation/automated-engraving/divide-and-conquer.itexi
new file mode 100644 (file)
index 0000000..6f28836
--- /dev/null
@@ -0,0 +1,86 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@unnumberedsec Plan de campagne
+
+Since content and form of a score are separate, we have to match that
+in the design of software. Hence, the basic blueprint  of our program
+should follow this scheme
+
+@table asis
+@item
+
+@tab
+
+@image{pictures/simple-notation,,,.png}
+
+
+@tab
+
+@strong{&larr;}
+
+
+@tab
+
+@code{{ c'4 d'8 }}
+
+
+
+
+@item
+
+@tab
+
+1. form
+
+
+@tab
+
+2. translation
+
+
+@tab
+
+3. content
+
+
+
+
+@end table
+
+In effect, we are conquering the problem by dividing it into
+subproblems
+
+@enumerate 1
+@item
+Typography:  @strong{where} to put symbols
+
+@item
+Notation:  @strong{what} symbols to produce
+@item
+Representation: how to @strong{encode}  music
+@end enumerate
+
+Finally, whenever you subdivide a problem, a new problem is created,
+@enumerate 4
+
+
+@item
+ Architecture: glue everything @strong{together}
+
+@end enumerate
+
+@divClass{float-right}
+@divEnd
+Next: @ref{implementing-notation.html,Impressive, but does it also
+work in theory}? A practical approach to capturing notation.
+
+@bye
+
diff --git a/Documentation/automated-engraving/engraving.itexi b/Documentation/automated-engraving/engraving.itexi
new file mode 100644 (file)
index 0000000..edc4226
--- /dev/null
@@ -0,0 +1,61 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+
+@node engraving 
+
+
+@image{pictures/hader-slaan,,,.jpeg}
+
+@unnumberedsec Music engraving
+
+
+When we know what symbols to print, we have to decide where to put
+them so the the result looks pleasing. This art is called @emph{music
+engraving}.  The term derives from the traditional process of
+music printing.  Only a few decades ago, sheet music was made by
+cutting and stamping the music into zinc or pewter plates in mirror
+image.  The plate would be inked, and the depressions caused by the
+cutting and stamping would hold ink.  An image was formed by pressing
+paper to the plate. The stamping and cutting was completely done by
+hand. Making corrections was cumbersome, so engraving had to be done
+correctly in one go. Of course, this was a highly specialized skill
+
+
+@itemize
+@item
+ Music engraving is a traditional craft, and was learned in
+practice. An accomplished master had to complete around 10 years of
+practice.
+
+
+@item
+ Most of the knowledge was passed from master to apprentice during
+practical training. Consequently, little has been explicitly laid down
+about the rules of elegant engraving.
+
+
+@item
+ Finally, engraving is about selecting proper distance and
+blackness for scores. @image{pictures/stone-distance,,,.png} The
+quality of the end result must be judged visually. This is virtually
+impossible to capture in formal rules.
+
+
+@end itemize@*
+
+@divClass{float-right}
+@divEnd
+Next: @ref{implementing-typography.html,Stamping computer
+screens?}. Computer hackers take over the engraving business.
+
+
+@bye
+
diff --git a/Documentation/automated-engraving/formatting-architecture.itexi b/Documentation/automated-engraving/formatting-architecture.itexi
new file mode 100644 (file)
index 0000000..4e551e9
--- /dev/null
@@ -0,0 +1,65 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node formatting-architecture 
+
+@unnumberedsec A flexible formatting architecture
+
+Remember the music notation problem? Its solution left us with a
+bunch of objects. The formatting architecture is built on these
+objects. Each object carries variables:
+
+@itemize
+@item
+ Variables control layout decisions.  For example, many objects
+have a @code{direction} variable that encodes the choice between up
+and down (or left and right).  Here you see two chords, with accents
+and arpeggio. In the first chord, the objects have all directions down
+(or left). The second chord has all directions up (right).
+
+@divClass{float-center}
+@divEnd
+@image{pictures/directions-updown,,,.png}
+
+The process of formatting a score consists of reading and writing
+object variables.
+
+
+
+@item
+Some variables have a preset value. For example, the thickness of
+ many lines &ndash; a characteristic of typographical style &ndash; are preset
+ variables. Changing them gives a different typographical impression:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/thickness-tweaks,,,.png}
+
+@item
+Formatting rules are also preset variables: each object has
+variables containing procedures. These procedure perform the actual
+formatting, and by substituting different ones, we can change
+behavior. In the following example, the rule that note head objects
+use to draw their symbol is changed during the music fragment:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/mc-squared,,,.png}
+
+@end itemize
+
+@divClass{float-right}
+@divEnd
+Next:
+ @ref{scoring-esthetics.html,Beautiful numbers}: how
+LilyPond participates in the Miss World contests.
+
+@bye
+
diff --git a/Documentation/automated-engraving/implementing-notation.itexi b/Documentation/automated-engraving/implementing-notation.itexi
new file mode 100644 (file)
index 0000000..ee9711c
--- /dev/null
@@ -0,0 +1,129 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node implementing-notation 
+
+@unnumberedsec Music notation
+
+Common music notation encompasses some 500 years of music. Its
+applications range from monophonic melodies to monstruous counterpoint
+for large orchestras.  How can we get a grip on such a many-headed
+beast?  Our solution is to make a strict distinction between notation,
+@emph{what} symbols to use, and engraving, @emph{where} to put
+them.  For tackling notation, we have broken up the problem into
+digestible (and programmable) chunks: every type of symbol is handled
+by a separate plugin.  All plugins cooperate through the LilyPond
+architecture.  They are completely modular and independent, so each
+can be developed and improved separately.
+
+@itemize
+@item
+The most basic plug-in creates Note-heads:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-noteheads,,,.png}
+
+This plug-in creates graphical objects from musical events.  People
+that put graphics to musical ideas are called copyists or engravers,
+so by analogy, this plug-in is called @code{Note_head_engraver}.
+
+
+@item
+ The @code{Staff_symbol_engraver} generates the object
+representing the staff lines.
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-staff,,,.png}
+
+@item
+
+ The @code{Clef_engraver} tells @code{Note_head_engraver} how high
+each head should be placed.
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-clef,,,.png}
+
+
+
+@item
+
+For the flags and stems we add  a @code{Stem_engraver}:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-stem,,,.png}
+
+This engraver is notified of any note head coming along.  Every time
+one (or more, for a chord) note head is seen, a stem object is
+created, and attached to the note head.
+
+@item
+
+Beams, slurs, accents are handled by separate engravers. Like the
+@code{Stem_engraver}, they create objects and connect them to stems,
+note heads, etc.:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-slur,,,.png}
+
+
+
+@item
+
+Accidentals, bar lines, time signature, and key signature each have a
+separate
+engraver.
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-acc,,,.png}
+
+The @code{Accidental_engraver} is the most complex plug-in: it has
+to look at the key signature, note pitches, ties, and bar lines to
+decide when to print accidentals.
+
+
+@end itemize
+
+
+@unnumberedsec  Polyphonic notation
+
+The system shown in the last section works well for monophonic music,
+but what about polyphony?  In polyphonic notation, many voices can
+share a staff:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-final,,,.png}
+
+In this situation, the accidentals and staff are shared, but the
+stems, slurs, beams, etc. are private to each voice. Hence, engravers
+should be grouped.  The engravers for note head, stems, slurs, etc. go
+into a group called "Voice context," while the engravers for key,
+accidental, bar, etc. go into a group called "Staff context."  In the
+case of polyphony, a single Staff context contains more than one Voice
+context.  Similarly, more Staff contexts can be put into a single
+Score context:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/engraver-score,,,.png}
+
+@divClass{float-right}
+@divEnd
+Next: @ref{engraving.html,The art of stamping}:
+how @emph{did} they make hand-made music? 
+
+@bye
+
diff --git a/Documentation/automated-engraving/implementing-typography.itexi b/Documentation/automated-engraving/implementing-typography.itexi
new file mode 100644 (file)
index 0000000..074695f
--- /dev/null
@@ -0,0 +1,71 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+
+@node implementing-typography 
+
+
+@unnumberedsec Implementing typography
+
+How do we go about implementing typography?  Answering the "music
+notation" problem left us with a bunch of graphic objects
+representing note heads, the staff, stems, etc.
+
+If craftsmen need over ten years to become true masters, how could we
+simple hackers ever write a program to take over their jobs?
+
+The answer is: we cannot!  Since typography relies on human judgement
+of appearance, people cannot be replaced. However, much of their dull
+work can be automated: if LilyPond solves most of the common
+situations correctly, then this will be a huge improvement over
+existing software. The remaining cases can be tuned by hand.
+Over the course of years, the software can be refined to do
+more and more automatically, so manual overrides are necessary less
+and less.
+
+How do we go about building such a system?  When we started, we wrote
+the program in C++. Essentially, this means that the program
+functionality is set in stone by us developers. That proved to be
+unsatisfactory:
+
+@itemize
+@item
+ If things must be tuned by hand, then the user must access to the
+  formatting engine. Hence, rules and settings cannot be fixed at
+  compile time, but they must be accessible at run-time.
+
+
+@item
+ Engraving is a matter of visual judgement, and hence it is a
+  matter of taste. As knowledgeable as we are, users can disagree with
+  our personal decision. Therefore, the definitions of typographical
+  style must also be accessible to the user.
+
+
+@item
+ Finally, we continually refine the formatting algorithms, so we
+ need a flexible approach to rules.  The C++ language forces a certain
+ method of grouping rules that does not match how music notation works.
+
+
+@end itemize
+
+Clearly, there is a need for a flexible architecture. The architecture
+should encompass formatting rules, typographical style and individual
+formatting decisions.
+
+@divClass{float-right}
+@divEnd
+Next: @ref{formatting-architecture.html,Program architecture,
+your flexible friend}: tuning, tweaking and developing  typography
+rules.
+
+@bye
+
diff --git a/Documentation/automated-engraving/index.itexi b/Documentation/automated-engraving/index.itexi
new file mode 100644 (file)
index 0000000..4377f0b
--- /dev/null
@@ -0,0 +1,121 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+@ignore
+hmm, the one big page is too big, but it was really inviting to
+     read.  this is not.  maybe just scrap this menu and introduction
+     to index?
+@end ignore
+
+@chapheading @qq{Obsessed with putting ink on paper}
+@node index 
+
+@unnumberedsec What is behind LilyPond?
+
+
+@image{pictures/hader-collage,,,.jpeg}
+
+
+
+LilyPond is not unique in making music notation: there are a lot of
+programs that print music, and nowadays most of the newly printed
+music is made with computers.  Unfortunately, that also shows: just
+ask any musician that plays classical music: new scores do not look as
+nice as old ones.
+
+What is the difference between hand-work and machine work, and what
+  has caused it?  How can we improve the situation?  This essay explains
+  problems in music notation (software), and our approach to solving
+  them.
+
+@menu
+
+@itemize
+  @item
+
+    @ref{introduction.html,Introduction}: what's wrong with
+    computer music notation.
+  
+
+  @item
+
+    @ref{software.html,What's wrong with software}, or how
+    Finale is not the end-all of music software.
+  
+
+  @item
+
+    @ref{problem-statement.html,How not to design software},
+    or: modeling music notation.
+  
+
+  @item
+
+    @ref{divide-and-conquer.html,Divide and conqueror},
+    A blue print for automated notation.
+  
+
+  @item
+
+    @ref{implementing-notation.html,Impressive, but does it also
+      work in theory}? A practical approach to capturing notation.
+
+  @item
+
+    @ref{engraving.html,Music engraving}, the art of printing
+    music.
+  
+
+
+  @item
+
+    @ref{implementing-typography.html,Implementing typography}:
+    hackers attack the engraving problem.
+  
+
+  @item
+
+    @ref{formatting-architecture.html,A flexible program
+      architecture} lets us write engraving software 
+  
+
+  @item
+
+    @ref{scoring-esthetics.html,Beautiful numbers}: how
+    LilyPond participates in the Miss World contests.
+  
+
+  @item
+
+    @ref{benchmarking.html,Notation benchmarking}: is a flexible
+    architecture enough?
+  
+
+  @item
+
+    @ref{typography-features.html,Typographical features} unique
+    to LilyPond.
+  
+
+  @item
+
+    @ref{input-format.html,Input format}: how to enter music. 
+  
+
+  @item
+
+    @ref{conclusion.html,Conclusion}
+  
+
+@end itemize
+
+This essay is also available in @ref{big-page.html,one big
+  page}.
+
+@bye
+
diff --git a/Documentation/automated-engraving/input-format.itexi b/Documentation/automated-engraving/input-format.itexi
new file mode 100644 (file)
index 0000000..8c39eea
--- /dev/null
@@ -0,0 +1,169 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node input-format 
+
+@unnumberedsec Input format
+
+As discussed earlier, the ideal input format for a music engraving
+system is the content: the music itself. This poses a formidable
+problem: how can we define what music really @emph{is}? Our way out
+of this problem, is to reverse it.  Instead of defining what music is,
+our program serves as a definition: we write a program capable of
+producing sheet music, and adjust the format to be as lean as
+possible.  When the format can no longer be trimmed down, by
+definition we are left with content itself.
+
+The syntax is also the user-interface for LilyPond, hence it is easily
+typable, e.g.,
+
+@verbatim
+
+  c'4 d'8
+
+@end verbatim
+Are a quarter note C1 and eighth note D1, as in this example:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/simple-notation,,,.png}
+
+On a microscopic scale, such syntax is easy to use. On a larger scale,
+syntax also  needs structure.  How else can  you enter  complex pieces
+like symphonies and operas? The  structure is formed by the concept of
+music expressions:  by combining small fragments of  music into larger
+ones, more complex music can be expressed.  For example,
+
+@table asis
+@item
+
+@tab
+
+c4
+
+@tab
+
+@image{pictures/simultaneous-0,,,.png}
+
+
+@end table
+
+Combine this simultaneously with two other notes by enclosing in &lt;&lt
+and &gt;&gt;.
+
+@table asis
+@item
+
+@tab
+
+@verbatim
+
+  &lt&lt;c4 d4 e4&gt;&gt;
+
+@end verbatim
+
+
+@tab
+
+@image{pictures/simultaneous-1,,,.png}
+
+
+
+@end table
+
+This expression is put in sequence by enclosing it in braces, i.e.,
+@table asis
+@item
+
+@tab
+@verbatim
+
+   { &lt;&lt;c4 d4 e4&gt;&gt f4  }
+@end verbatim
+
+
+@tab
+
+@image{pictures/simultaneous-2,,,.png}
+
+
+
+@end table
+
+The above is another expression, and therefore, it may be combined 
+again with a simultaneous expression (in this case, a half note). 
+
+@table asis
+@item
+
+@tab
+
+@verbatim
+
+&lt;&lt; { &lt;&lt;c4 d4 e4&gt;&gt; f4 } g2 &gt;&gt; 
+
+@end verbatim
+
+
+@tab
+
+@image{pictures/simultaneous-3,,,.png}
+
+
+
+
+@end table
+
+Such recursive structures can be specified neatly and formally in a
+@emph{context-free grammar}.  The parsing code is also generated
+from this grammar. In other words, the  syntax of LilyPond is clearly
+and unambiguously defined.
+
+User-interfaces and syntax are what people see and deal with
+most. They are partly a matter of taste, and also subject of much
+discussion.  Although discussions on taste do have their merit, they
+are not very productive.  In the larger picture of LilyPond, the
+importance of input syntax is small: inventing neat syntax is easy,
+writing decent formatting code is much harder.  This is also
+illustrated by the line-counts for the respective components: parsing
+and representation take up less than 10% of the code.
+
+@table asis
+@item
+@item
+Parsing + representation
+@item
+total
+
+
+@item
+
+@tab
+6000 lines C++
+
+@tab
+61500 lines C++
+
+
+@end table
+
+<! todo :
+
+  blurbs about lilypond today
+
+  future?
+  >
+
+@divClass{float-right}
+@divEnd
+Next: @ref{conclusion.html,wrapping it up}, the conclusion.
+
+@bye
+
diff --git a/Documentation/automated-engraving/introduction.itexi b/Documentation/automated-engraving/introduction.itexi
new file mode 100644 (file)
index 0000000..97bd6c5
--- /dev/null
@@ -0,0 +1,115 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node introduction 
+
+@unnumberedsec What's wrong with computer music notation?
+
+We like to call LilyPond an "automated engraving system." It will
+format music notation beautifully without requiring typographical
+expertise of its users.
+
+LilyPond is not unique in making music notation: there are a lot of
+programs that print music, and nowadays most of the newly printed
+music is made with computers.  Unfortunately, that also shows: just
+ask any musician that plays classical music: new scores do not look as
+nice as old (from before, say, 1970) scores: the new ones have a
+bland, mechanical look. They are not at all pleasurable to play from.
+
+To illustrate this, take a look at the following examples. Both are
+editions of the 1st Cello Suite by J.S.Bach. The one on the left is a
+very beautifully hand-engraved edition from 1950, the one on the right
+is a typical contemporary computer product. Take a few seconds to let
+the looks of both pages sink in. Which one do you like better, and
+why?
+
+@table asis
+@item
+@tab
+
+@image{pictures/baer-suite1-fullpage,,,.png}
+
+@tab
+
+@image{pictures/henle-suite1-fullpage,,,.png}
+
+
+
+@item
+@tab
+B@"arenreiter (BA 320, (c) 1950)
+
+@tab
+Henle (nr. 666 (c) 2000)
+
+
+@end table
+
+The left picture looks nice: it has flowing lines and movement. It's
+music, and it's alive.  Now, the picture on the right shows the same
+music, and it was written by Bach.  His music surely has liveliness
+and flowing lines.... Except, the score doesn't show it: it looks
+rigid and mechanical.  To understand better why that is, let's blow up
+a fragment of both pieces:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/baer-suite1-line,,,.png}
+
+@divClass{float-center}
+@divEnd
+Hand-made
+
+@*
+
+@divClass{float-center}
+@divEnd
+@image{pictures/henle-suite1-line,,,.png}
+
+@divClass{float-center}
+@divEnd
+Computer-made
+
+The location of the bar lines is a giveaway.  In the new edition,
+both barlines are on exactly the same horizontal location. Also, the
+note heads are on the exact same horizontal location.  When you look
+back at the whole page, you can easily verify that almost all barlines
+are in the same location, as are most of the note heads. The entire
+thing is spaced as if it were put to a big grid, which is what causes
+the mechanical impression.
+
+This is not the only error on this example, and more importantly, this
+piece is not the only one with typographical errors.  Sadly, almost
+all music printed nowadays is full of basic typographical mistakes.
+
+Musicians are usually more absorbed with performing the music than
+with studying its looks, so this nitpicking about typographical
+details may seem academical. That is not justified.  This piece here
+has a monotonous rhythm. If all lines look the same, they become like
+a labyrinth. If the musician looks away once or has a lapse in his
+concentration, he will be lost on the page.
+
+In general, this is a common characteristic of typography. Layout
+should be pretty, not only for its own sake, but especially because it
+helps the reader in his task. For performance material like sheet
+music, this is doubly important: musicians have a limited amount of
+attention. The less attention they need for reading, the more they can
+focus on playing itself.  In other words, better typography translates
+to better performances.
+
+@divClass{float-right}
+@divEnd
+Next: @ref{software.html,What's wrong with software}, or how
+Finale is not the end-all of music software.
+
+
+@bye
+
diff --git a/Documentation/automated-engraving/introduction.texi b/Documentation/automated-engraving/introduction.texi
new file mode 100644 (file)
index 0000000..42f2e6e
--- /dev/null
@@ -0,0 +1,50 @@
+\input texinfo   @c -*-texinfo-*-
+@c %**start of header
+@setfilename introduction
+@settitle What's wrong with computer music notation?
+@c %**end of header
+
+@node Top
+
+ We like to call LilyPond an "automated engraving system." It will format music notation beautifully without requiring typographical expertise of its users. 
+
+ LilyPond is not unique in making music notation: there are a lot of programs that print music, and nowadays most of the newly printed music is made with computers. Unfortunately, that also shows: just ask any musician that plays classical music: new scores do not look as nice as old (from before, say, 1970) scores: the new ones have a bland, mechanical look. They are not at all pleasurable to play from. 
+
+ To illustrate this, take a look at the following examples. Both are editions of the 1st Cello Suite by J.S.Bach. The one on the left is a very beautifully hand-engraved edition from 1950, the one on the right is a typical contemporary computer product. Take a few seconds to let the looks of both pages sink in. Which one do you like better, and why? 
+
+
+@table @asis
+
+@item 
+
+
+@item Bärenreiter (BA 320, (c) 1950)
+Henle (nr. 666 (c) 2000)
+
+@end table
+
+
+ The left picture looks nice: it has flowing lines and movement. It's music, and it's alive. Now, the picture on the right shows the same music, and it was written by Bach. His music surely has liveliness and flowing lines.... Except, the score doesn't show it: it looks rigid and mechanical. To understand better why that is, let's blow up a fragment of both pieces: 
+
+
+
+ Hand-made 
+
+@
+
+
+
+
+Computer-made 
+
+ The location of the bar lines is a giveaway. In the new edition, both barlines are on exactly the same horizontal location. Also, the note heads are on the exact same horizontal location. When you look back at the whole page, you can easily verify that almost all barlines are in the same location, as are most of the note heads. The entire thing is spaced as if it were put to a big grid, which is what causes the mechanical impression. 
+
+ This is not the only error on this example, and more importantly, this piece is not the only one with typographical errors. Sadly, almost all music printed nowadays is full of basic typographical mistakes. 
+
+ Musicians are usually more absorbed with performing the music than with studying its looks, so this nitpicking about typographical details may seem academical. That is not justified. This piece here has a monotonous rhythm. If all lines look the same, they become like a labyrinth. If the musician looks away once or has a lapse in his concentration, he will be lost on the page. 
+
+ In general, this is a common characteristic of typography. Layout should be pretty, not only for its own sake, but especially because it helps the reader in his task. For performance material like sheet music, this is doubly important: musicians have a limited amount of attention. The less attention they need for reading, the more they can focus on playing itself. In other words, better typography translates to better performances. 
+
+ Next: What's wrong with software, or how Finale is not the end-all of music software. 
+@contents
+@bye
diff --git a/Documentation/automated-engraving/problem-statement.itexi b/Documentation/automated-engraving/problem-statement.itexi
new file mode 100644 (file)
index 0000000..d4219db
--- /dev/null
@@ -0,0 +1,76 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+
+@node problem-statement 
+@unnumberedsec Designing notation software: how not to do it
+
+It would be nice if notation software didn't need any babysitting to
+produce acceptable output. 
+
+Our goal with @emph{LilyPond} was to write such a system: a program
+that will produce beautiful music ("engraving") automatically.
+
+At first sight, music notation follows a straightforward hierarchical
+pattern.  Consider the example below, with two staves containing two
+measures.
+
+@image{pictures/naive-notation,,,.png}
+
+Isn't writing software all about finding hierarchies and modeling the
+real world in terms of trees? In the view of a naive programmer, the
+above fragment of notation is easily abstracted to a nested set of
+boxes
+
+@image{pictures/naive-notation-uml,,,.png}
+
+It's easy to follow this model when writing software.  It's obvious
+how to store this data in memory, and writing on disk can be easily
+mirrored. In an XML-file you could write something like
+
+@verbatim
+
+  &lt;score&gt;
+    &lt;staff&gt;
+      &lt;measure id="1"&gt;
+         &lt;chord length="1/2"&gt;
+          &lt;pitch name="c"&gt;
+         &lt;/chord&gt;
+         &lt;chord&gt;
+        
+        ....
+      &lt;/measure&gt;
+    &lt;/staff&gt;
+  &lt;/score&gt;
+
+@end verbatim
+
+In short, this model is obvious, simple and neat.  It's the format
+used by a lot software. Unfortunately, it's also wrong.  The
+hierarchical representation works for a lot of simpler music, but it
+falls apart for advanced use. Consider the following example:
+
+@image{pictures/nonnaive-notation,,,.png}
+
+In this example, several assumptions of the previous model are
+violated: staves start and stop at will, voices jump around between
+staves, and sometimes span two staves.
+
+Music notation is really different from music itself. Notation is an
+intricate symbolic diagramming language for visualizing an often much
+simpler musical concept. Hence, software should reflect that separation.
+
+@divClass{float-right}
+@divEnd
+Next: @ref{divide-and-conquer.html,Divide and conqueror},
+a blue print for automated notation
+
+@bye
+
diff --git a/Documentation/automated-engraving/schubert.itexi b/Documentation/automated-engraving/schubert.itexi
new file mode 100644 (file)
index 0000000..5f4c4a2
--- /dev/null
@@ -0,0 +1,48 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@unnumberedsec S@"angers Morgenlied, by Franz Schubert
+
+The benchmarking project for the LilyPond 2.1.x series, was the
+Ed. Peters version of a Schubert song.
+
+The result of 2.1.5 was nice, but certainly not perfect,
+
+@image{pictures/bench-morgenlied,,,.png}
+
+Here is the original,
+
+@image{pictures/morgenlied-crop-2,,,.jpeg}
+
+and the result of LilyPond 2.1.35.
+
+@image{pictures/morgenlied-ly-crop2,,,.png}
+
+This is a page from a song-book, which is printed in a smaller format.
+Normal print uses 20 pt staff height, this uses 17 pt. In smaller
+print, staff lines should be relatively thicker. To match the thicker
+lines, the music symbols should also be relatively heavier. Both have
+been implemented in LilyPond 2.1.  The difference is hard to see here,
+due to the limited resolution of computer screens. For a more detailed
+view, see the LilyPond PDF, available
+
+@ref{@@DOC@@v2.2/input/mutopia/F.Schubert/out-www/morgenlied.pdf,here}.
+
+@divClass{float-right}
+@divEnd
+@ref{benchmarking.html,Back to the essay}
+
+
+
+
+@bye
+
diff --git a/Documentation/automated-engraving/scoring-esthetics.itexi b/Documentation/automated-engraving/scoring-esthetics.itexi
new file mode 100644 (file)
index 0000000..de7cc8a
--- /dev/null
@@ -0,0 +1,102 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@unnumberedsec Beautiful numbers 
+       
+How do we actually make formatting decisions?  In other words, which
+of the three configurations should we choose for the following slur?
+
+@image{pictures/slur-esthetics,,,.png}
+
+There are a few books on the art of music engraving
+available. Unfortunately, they contain rules of simple thumbs and some
+examples.  Such rules can be instructive, but they are a far cry from
+an algorithm that we could readily implement in a computer.  Following
+the instructions from literature leads to algorithms with lots of
+handcoded exceptions. Doing all this case analysis is a lot of work,
+and often not all cases are covered completely.
+
+@divClass{float-center}
+@divEnd
+@image{pictures/ross-beam-scan,,,.jpeg}
+
+@divClass{float-center}
+@divEnd
+@emph{Formatting rules defined by example. Image from Ted Ross' The Art of
+Music Engraving}
+
+We have developed a much easier and robust method of determining the
+best formatting solution: score based formatting. The principle is the
+same as a beauty contest: for each possible configuration, we compute an
+ugliness score. Then we choose the least ugly configuration.
+
+@image{pictures/slur-esthetics-annotate-1,,,.png}
+
+For example, in the above configuration, the slur nicely connects the
+starting and ending note of the figure, a desirable trait. However, it
+also grazes one note head closely, while staying away from the others.
+Therefore, for this configuration, we deduct a `variance' score of
+15.39.
+
+@image{pictures/slur-esthetics-annotate-2,,,.png}
+
+In this configuration, the slur keeps a uniform distance from the
+heads, but we have to deduct some points because the slur doesn't
+start and end on the note heads.  For the left edge, we deduct 1.71,
+and for the right edge (which is further from the head) we deduct 9.37
+points.
+
+Furthermore, the slur goes up, while the melody goes down. This incurs
+a penalty of 2.00 points
+
+@image{pictures/slur-esthetics-annotate-3,,,.png}
+
+Finally, in this configuration, only the ending the slur is far away
+from the ending note head, at a score of 10.04 ugliness points.
+
+Adding up all scores, we notice that the third option is the least
+ugly, or most beautiful version.   Hence we select that one.
+
+This technique is a general technique, and it is used in a lot of
+situations, for example
+
+@itemize
+@item
+ determining beam slopes
+
+@image{pictures/beam-scoring-example,,,.png}
+
+@item
+ formatting tied chords
+
+@image{pictures/ties-scoring-example,,,.png}
+@item
+ formatting dotted chords
+
+
+@item
+ line breaking
+
+@item
+ page breaking  
+
+@end itemize
+
+This technique evaluates a lot of possibilities, which takes some time
+to compute. However, that is a worthwhile expense, because the end
+result is much better, and because it makes our lives easy.
+
+@divClass{float-right}
+@divEnd
+Next: @ref{benchmarking.html,Man is the measure of things}: is a
+flexible architecture enough?
+
+@bye
+
diff --git a/Documentation/automated-engraving/software.itexi b/Documentation/automated-engraving/software.itexi
new file mode 100644 (file)
index 0000000..250299e
--- /dev/null
@@ -0,0 +1,114 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node software 
+@unnumberedsec What's wrong with music notation software
+
+Computers have made music printing accessible to the masses, but they
+tend to deliver mediocre typography.  Apparently, programmers have
+been doing a shoddy job on notation programs.  To illustrate that, we
+had an amateur user set a piece of music in one of the most popular
+&lsquo;professional&rsquo; notation programs sold today, Finale
+2003. It was made with all of the default settings. The music is from
+the Sarabande of the 2nd Cello Suite by J. S. Bach.
+
+@emph{
+(Finale is a registered trademark of MakeMusic! Inc.)
+}
+
+@divClass{float-center}
+@divEnd
+@image{pictures/finale-sarabande-full,,,.png}
+
+This example far surpasses the previous one when it comes to
+formatting errors: there are serious errors in literally
+@emph{every} measure. The errors come in all sizes: a big one is the
+oddly s p a c e d &nbsp o u t last line. A smaller one is the flat in
+measure 13, which is covered by the note preceding it. Here is a
+magnification of that measure:
+
+@divClass{float-center}
+@divEnd
+@image{pictures/finale-flat-detail,,,.png}
+
+The errors go down to the teensy details: below is a blowup of the
+beam in that measure. Of course, in proper typography the beam should
+not stick out to the right of the stem, and the ribbles provide a
+telling glimpse into Coda Music Technology programmers' aptness (or
+lack thereof) with the underlying PostScript technology.
+
+@divClass{float-center}
+@divEnd
+@image{pictures/finale-beam-detail,,,.png}
+
+Now, one could refute that Finale has a graphical interface, and it
+lets you easily move about elements to correct errors, or use plug-ins
+to do so.  This is certainly true: in fact, good professional
+engravers that use Finale typically spend the majority of their time
+correcting all the errors that Finale routinely makes.  But do you
+want to spend your time on correcting all glaring errors?  For the
+spaced out line, it is doable, but imagine that you have to correct
+each and every beam that sticks out of the stems....  by hand?
+
+There is a less obvious reason why correcting things by hand is a bad
+idea. Consider again measure 13 reproduced above.  The misplaced flat
+is pretty obvious, but did you notice that repeat bar? Its lines are
+too far apart. Did you notice that the eighth rest is too far down?
+Did it occur to you that the stem of the last eighth note is too long?
+
+@divClass{float-center}
+@divEnd
+@image{pictures/finale-flat-correct,,,.png}
+
+Unless you are an expert, typographical errors will irk you without
+being obvious. Many of them will go uncorrected and will still be in the
+final print.
+
+This example may seem contrived, but in fact, it's not.  All
+major producers of notation software claim to follow engraving
+standards, but we have not seen any that gets the basics right; all of
+them make systematic mistakes.  If you want to assess the output of your
+favorite program, then buy a decent hand-made score from a respectable
+publisher, and try to reproduce one page of it. Then compare them:
+
+@itemize
+@item
+
+How does the page layout compare? Typically, computer scores are more
+widely spaced so they take up more pages, meaning more annoying page
+turns.
+
+
+@item
+
+How does the spacing compare?  Is it as lively and flowing as the
+hand-made score? If in doubt, try measuring both with a ruler.
+
+
+@item
+
+Put both on a music stand, 1 meter away; that is not uncommon when
+performing. Can you read both pages? Almost all computer scores have
+an anemic look: they use lines which are too thin, and symbols which
+are too light. That makes them hard to read from a distance. If in
+doubt, measure the difference with a magnifying glass.
+
+
+@end itemize
+
+@divClass{float-right}
+@divEnd
+Next: @ref{problem-statement.html,How not to design software},
+or: modeling music notation.
+
+
+
+@bye
+
diff --git a/Documentation/automated-engraving/typography-features.itexi b/Documentation/automated-engraving/typography-features.itexi
new file mode 100644 (file)
index 0000000..3e57bae
--- /dev/null
@@ -0,0 +1,136 @@
+\input texinfo @c -*- coding: utf-8; mode: texinfo; -*-
+@ignore
+    Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
+
+    When revising a translation, copy the HEAD committish of the
+    version that you are working on.  See TRANSLATION for details.
+@end ignore
+
+
+
+@node typography-features 
+
+@unnumberedsec Font design
+
+A large factor that makes LilyPond output look traditional lies in the
+blackness of the page. By using heavy stafflines, and a font design to
+match that, the overall impression is much stronger. This is also very
+clear from the following blowups:
+
+@table asis@item
+@tab
+
+@image{pictures/henle-flat-gray,,,.png}
+
+@tab
+
+@image{pictures/baer-flat-gray,,,.png}
+
+@tab
+
+@image{pictures/lily-flat-bw,,,.png}
+
+
+@item
+
+@tab
+Henle (2000)
+
+@tab
+B@"arenreiter (1950)
+
+@tab
+LilyPond (2003)
+
+
+
+@end table
+
+Another typical aspect of hand-engraved scores is the general look of
+the symbols. They almost never have sharp corners. This is because
+sharp corners of the punching dies are fragile and quickly wear out
+when stamping in metal.  The general rounded shape of music symbols is
+also present in all glyphs of our "Feta" font.
+
+
+
+@unnumberedsec Spacing
+
+One of the problems that the Bach piece above inspired us to attack
+is the spacing engine. One of its features is optical spacing.
+It is demonstrated in the fragment below.
+
+@divClass{float-center}
+@divEnd
+@image{pictures/spacing-with-corr,,,.png}
+
+@divClass{float-center}
+@divEnd
+@image{pictures/spacing-no-corr,,,.png}
+
+This fragment only uses quarter notes: notes that are played in a
+constant rhythm. The spacing should reflect that. Unfortunately, the
+eye deceives us a little: not only does it notice the distance between
+note heads, it also takes into account the distance between
+consecutive stems. As a result, the notes of an up-stem/down-stem
+combination should be put farther apart, and the notes of a down-up
+combination should be put closer together, all depending on the
+combined vertical positions of the notes. The top fragment is printed
+with this correction, the bottom one without.  In the last case, the
+down-stem/up-stems combinations form clumps of notes.
+
+
+@unnumberedsec Ledger lines
+
+Ledger lines are typographically difficult. They can easily blot
+together with other signs, such as ledger lines or
+accidentals. Other software prevents these collisions by spacing the
+lines wider (thus taking up more space), or shortening ledger lines
+(which hampers readability.)  
+
+@table asis@item
+@tab
+
+@image{pictures/henle-ledger,,,.png}
+&nbsp;
+
+
+@tab
+
+@image{pictures/baer-ledger,,,.png}&nbsp;
+
+
+
+@tab
+
+@image{pictures/lily-ledger,,,.png}
+
+
+@item
+
+@tab
+Henle (2000)
+
+@tab
+B@"arenreiter (1950)
+
+@tab
+LilyPond (2004)
+
+
+
+@end table
+
+Traditional engravers would adjust the size of a ledger line,
+depending on what symbols were in the neighborhood. LilyPond does the
+same. Ledgers are shortened so they never collide with neighboring
+lines, and they are shortened when there is an accidental.
+
+@divClass{float-right}
+@divEnd
+Next: @ref{input-format.html,Use the Source, Luke}, or: what
+goes into LilyPond.
+
+@bye
+