]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/introduction.itely
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / Documentation / user / introduction.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond-learning.tely
3 @ignore
4     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c \version "2.12.0"
11
12 @node Introduction
13 @chapter Introduction
14
15 This chapter introduces readers to LilyPond and the
16 documentation.
17
18 @menu
19 * Background::
20 * About the documentation::
21 @end menu
22
23
24 @node Background
25 @section Background
26
27 This section covers the overall goals and architecture of
28 LilyPond.
29
30 @menu
31 * Engraving::
32 * Automated engraving::
33 * What symbols to engrave?::
34 * Music representation::
35 * Example applications::
36 @end menu
37
38
39 @node Engraving
40 @unnumberedsubsec Engraving
41
42 @cindex engraving
43 @cindex typography, music
44 @cindex music typography
45 @cindex plate engraving
46 @cindex music engraving
47
48 The art of music typography is called @emph{(plate) engraving}.
49 The term derives from the traditional process of music printing.
50 Just a few decades ago, sheet music was made by cutting and
51 stamping the music into a zinc or pewter plate in mirror image.
52 The plate would be inked, and the depressions caused by the cutting
53 and stamping would hold ink.  An image was formed by pressing
54 paper to the plate.  The stamping and cutting was done completely
55 by hand.  Making a correction was cumbersome, if possible at all,
56 so the engraving had to be perfect in one go.  Engraving was a
57 highly specialized skill; a craftsman had to complete around five
58 years of training before earning the title of master engraver, and
59 another five years of experience were necessary to become truly
60 skilled.
61
62 Nowadays, all newly printed music is produced with computers.
63 This has obvious advantages: prints are cheaper to make, and
64 editorial work can be delivered by email.  Unfortunately, the
65 pervasive use of computers has also decreased the graphical
66 quality of scores.  Computer printouts have a bland, mechanical
67 look, which makes them unpleasant to play from.
68
69
70 @c introduce illustrating aspects of engraving, font...
71 The images below illustrate the difference between traditional
72 engraving and typical computer output, and the third picture shows
73 how LilyPond mimics the traditional look.  The left picture shows
74 a scan of a flat symbol from an edition published in 2000.  The
75 center depicts a symbol from a hand-engraved Bärenreiter edition
76 of the same music.  The left scan illustrates typical flaws of
77 computer print: the staff lines are thin, the weight of the flat
78 symbol matches the light lines and it has a straight layout with
79 sharp corners.  By contrast, the Bärenreiter flat has a bold,
80 almost voluptuous rounded look.  Our flat symbol is designed
81 after this one, among others.  It is rounded, and its weight
82 harmonizes with the thickness of our staff lines, which are also
83 much thicker than lines in the computer edition.
84
85 @multitable @columnfractions .125 .25 .25 .25 .125
86 @item @tab
87 @ifnotinfo
88 @iftex
89 @image{henle-flat-gray,,4cm}
90 @end iftex
91 @ifnottex
92 @image{henle-flat-gray,,,png}
93 @end ifnottex
94
95 @tab
96 @iftex
97 @image{baer-flat-gray,,4cm}
98 @end iftex
99 @ifnottex
100 @image{baer-flat-gray,,,png}
101 @end ifnottex
102
103 @tab
104 @iftex
105 @image{lily-flat-bw,,4cm}
106 @end iftex
107 @ifnottex
108 @image{lily-flat-bw,,,png}
109 @end ifnottex
110 @end ifnotinfo
111 @ifinfo
112 @image{lilypond/henle-flat-bw,,,,png} @image{lilypond/baer-flat-bw,,,,png}
113 @image{lilypond/lily-flat-bw,,,,png}
114 @end ifinfo
115
116 @item @tab
117 Henle (2000)
118 @tab
119 Bärenreiter (1950)
120 @tab
121 LilyPond Feta font (2003)
122
123 @end multitable
124
125
126 @cindex musical symbols
127 @cindex font
128 @cindex blackness
129 @cindex balance
130
131 @c introduce illustrating aspects of engraving, spacing...
132 In spacing, the distribution of space should reflect the durations
133 between notes.  However, many modern scores adhere to the
134 durations with mathematical precision, which leads to poor
135 results.  In the next example a motive is printed twice: once
136 using exact mathematical spacing, and once with corrections.  Can
137 you spot which fragment is which?
138
139 @cindex optical spacing
140 @c file spacing-optical.
141 @c need to include it here,  because we want two images.
142 @lilypond
143 \paper {
144   ragged-right = ##t
145   indent = #0.0
146 }
147
148 music = {
149    c'4 e''4 e'4 b'4 |
150    \stemDown
151    b'8[ e'' a' e'']
152    \stemNeutral
153    e'8[ e'8 e'8 e'8]
154 }
155
156 \score
157 {
158   \music
159   \layout {
160     \context {
161       \Staff
162       \override NoteSpacing #'stem-spacing-correction = #0.6
163     }
164   }
165 }
166 @end lilypond
167
168 @lilypond
169 \paper {
170   ragged-right = ##t
171   indent = #0.0
172 }
173
174 music = {
175    c'4 e''4 e'4 b'4 |
176    \stemDown
177    b'8[ e'' a' e'']
178    \stemNeutral
179    e'8[ e'8 e'8 e'8]
180 }
181 \score
182 {
183   \music
184   \layout {
185     \context {
186       \Staff
187       \override NoteSpacing #'stem-spacing-correction = #0.0
188       \override NoteSpacing #'same-direction-correction = #0.0
189       \override StaffSpacing #'stem-spacing-correction = #0.0
190     }
191   }
192 }
193 @end lilypond
194
195 @cindex regular rhythms
196 @cindex regular spacing
197 @cindex spacing, regular
198
199 Each bar in the fragment only uses notes that are played in a
200 constant rhythm.  The spacing should reflect that.  Unfortunately,
201 the eye deceives us a little; not only does it notice the distance
202 between note heads, it also takes into account the distance
203 between consecutive stems.  As a result, the notes of an
204 up-stem/@/down-stem combination should be put farther apart, and
205 the notes of a down-stem/@/up-stem combination should be put
206 closer together, all depending on the combined vertical positions
207 of the notes.  The upper two measures are printed with this
208 correction, the lower two measures, however, form
209 down-stem/@/up-stem clumps of notes.
210
211
212 Musicians are usually more absorbed with performing than with
213 studying the looks of a piece of music, so nitpicking
214 typographical details may seem academic.  But it is not.  In
215 larger pieces with monotonous rhythms, spacing corrections lead to
216 subtle variations in the layout of every line, giving each one a
217 distinct visual signature.  Without this signature all lines would
218 look the same, and they become like a labyrinth.  A distinct visual
219 signature helps to keep musicians from losing their place on the
220 page when they look away or have a lapse in concentration.
221
222 Similarly, the strong visual look of bold symbols on heavy staff
223 lines stands out better when the music is far away from the
224 reader: for example, if it is on a music stand.  A careful
225 distribution of white space allows music to be set very tightly
226 without crowding symbols together.  The result minimizes the
227 number of page turns, which is a great advantage.
228
229 This is a common characteristic of typography.  Layout should be
230 pretty, not only for its own sake, but especially because it helps
231 the reader in her task.  For performance material like sheet
232 music, this is of double importance: musicians have a limited
233 amount of attention.  The less attention they need for reading,
234 the more they can focus on playing the music.  In other words,
235 better typography translates to better performances.
236
237 These examples demonstrate that music typography is an art that is
238 subtle and complex, and that producing it requires considerable
239 expertise, which musicians usually do not have.  LilyPond is our
240 effort to bring the graphical excellence of hand-engraved music to
241 the computer age, and make it available to normal musicians.  We
242 have tuned our algorithms, font-designs, and program settings to
243 produce prints that match the quality of the old editions we love
244 to see and love to play from.
245
246
247 @node Automated engraving
248 @unnumberedsubsec Automated engraving
249
250 @cindex engraving, automated
251 @cindex automated engraving
252
253 How do we go about implementing typography?  If craftsmen need
254 over ten years to become true masters, how could we simple hackers
255 ever write a program to take over their jobs?
256
257 The answer is: we cannot.  Typography relies on human judgment of
258 appearance, so people cannot be replaced completely.  However,
259 much of the dull work can be automated.  If LilyPond solves most
260 of the common situations correctly, this will be a huge
261 improvement over existing software.  The remaining cases can be
262 tuned by hand.  Over the course of years, the software can be
263 refined to do more and more things automatically, so manual
264 overrides are less and less necessary.
265
266 When we started, we wrote the LilyPond program entirely in the C++
267 programming language; the program's functionality was set in stone
268 by the developers.  That proved to be unsatisfactory for a number
269 of reasons:
270
271 @itemize
272
273 @item When LilyPond makes mistakes, users need to override
274 formatting decisions.  Therefore, the user must have access to the
275 formatting engine.  Hence, rules and settings cannot be fixed by
276 us at compile-time but must be accessible for users at run-time.
277
278 @item Engraving is a matter of visual judgment, and therefore a
279 matter of taste.  As knowledgeable as we are, users can disagree
280 with our personal decisions.  Therefore, the definitions of
281 typographical style must also be accessible to the user.
282
283 @item Finally, we continually refine the formatting algorithms, so
284 we need a flexible approach to rules.  The C++ language forces a
285 certain method of grouping rules that cannot readily be applied to
286 formatting music notation.
287
288 @end itemize
289
290 @cindex Scheme programming language
291
292 These problems have been addressed by integrating an interpreter
293 for the Scheme programming language and rewriting parts of
294 LilyPond in Scheme.  The current formatting architecture is built
295 around the notion of graphical objects, described by Scheme
296 variables and functions.  This architecture encompasses formatting
297 rules, typographical style and individual formatting decisions.
298 The user has direct access to most of these controls.
299
300 Scheme variables control layout decisions.  For example, many
301 graphical objects have a direction variable that encodes the
302 choice between up and down (or left and right).  Here you see two
303 chords, with accents and arpeggios.  In the first chord, the
304 graphical objects have all directions down (or left).  The second
305 chord has all directions up (right).
306
307 @lilypond[quote,ragged-right]
308 \new Score \with {
309    \override SpacingSpanner #'spacing-increment = #3
310    \override TimeSignature #'transparent = ##t
311 } \relative c' {
312    \stemDown <e g b>4_>-\arpeggio
313    \override Arpeggio #'direction = #RIGHT
314    \stemUp <e g b>4^>-\arpeggio
315 }
316 @end lilypond
317
318 @cindex score formatting
319 @cindex formatting a score
320 @cindex formatting rules
321
322 @noindent
323 The process of formatting a score consists of reading and writing
324 the variables of graphical objects.  Some variables have a preset
325 value.  For example, the thickness of many lines -- a
326 characteristic of typographical style -- is a variable with a
327 preset value.  You are free to alter this value, giving your score
328 a different typographical impression.
329
330 @lilypond[quote,ragged-right]
331 fragment = {
332    \clef bass f8 as8
333    c'4-~ c'16 as g f e16 g bes c' des'4
334 }
335 <<
336    \new Staff \fragment
337    \new Staff \with {
338       \override Beam #'thickness = #0.3
339       \override Stem #'thickness = #0.5
340       \override Bar #'thickness = #3.6
341       \override Tie #'thickness = #2.2
342       \override StaffSymbol #'thickness = #3.0
343       \override Tie #'extra-offset = #'(0 .  0.3)
344       }
345       \fragment
346 >>
347 @end lilypond
348
349 Formatting rules are also preset variables: each object has
350 variables containing procedures.  These procedures perform the
351 actual formatting, and by substituting different ones, we can
352 change the appearance of objects.  In the following example, the
353 rule governing which note head objects are used to produce the
354 note head symbol is changed during the music fragment.
355
356 @lilypond[quote,ragged-right]
357 #(set-global-staff-size 30)
358
359 #(define (mc-squared grob orig current)
360   (let* ((interfaces (ly:grob-interfaces grob))
361          (pos (ly:grob-property grob 'staff-position)))
362     (if (memq 'note-head-interface interfaces)
363         (begin
364           (ly:grob-set-property! grob 'stencil
365             (grob-interpret-markup grob
366               (make-lower-markup 0.5
367                 (case pos
368                   ((-5) "m")
369                   ((-3) "c ")
370                   ((-2) (make-smaller-markup (make-bold-markup "2")))
371                   (else "bla")))))))))
372
373 \new Voice \relative c' {
374   \stemUp
375   \set autoBeaming = ##f
376   \time 2/4
377   <d f g>4
378   \once \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
379   \once \override NoteHead #'font-size = #-7
380   \once \override NoteHead #'font-family = #'sans
381   \once \override NoteHead #'font-series = #'bold
382   <d f g>4
383   \once \override NoteHead #'style = #'cross
384   <d f g>4
385   \applyOutput #'Voice #mc-squared
386   <d f g>4
387   <<
388     { d8[ es-( fis^^ g] fis2-) }
389     \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
390   >>
391 }
392 @end lilypond
393
394
395 @node What symbols to engrave?
396 @unnumberedsubsec What symbols to engrave?
397
398 @cindex engraving
399 @cindex typography
400 @cindex engraver
401 @cindex plug-in
402
403 The formatting process decides where to place symbols.  However,
404 this can only be done once it is decided @emph{what} symbols
405 should be printed -- in other words, what notation to use.
406
407 Common music notation is a system of recording music that has
408 evolved over the past 1000 years.  The form that is now in common
409 use dates from the early Renaissance.  Although the basic form
410 (i.e., note heads on a 5-line staff) has not changed, the details
411 still evolve to express the innovations of contemporary notation.
412 Hence, common music notation encompasses some 500 years of music.
413 Its applications range from monophonic melodies to monstrous
414 counterpoints for a large orchestra.
415
416 How can we get a grip on such a seven-headed beast, and force it
417 into the confines of a computer program?  Our solution is to break
418 up the problem of notation (as opposed to engraving, i.e.,
419 typography) into digestible and programmable chunks: every type of
420 symbol is handled by a separate module, a so-called plug-in.  Each
421 plug-in is completely modular and independent, so each can be
422 developed and improved separately.  Such plug-ins are called
423 @code{engraver}s, by analogy with craftsmen who translate musical
424 ideas to graphic symbols.
425
426 In the following example, we start out with a plug-in for note
427 heads, the @code{Note_heads_engraver}.
428
429 @lilypond[quote,ragged-right]
430 \include "engraver-example.ily"
431
432 \score {
433   \topVoice
434   \layout {
435     \context {
436       \Voice
437       \remove "Stem_engraver"
438       \remove "Phrasing_slur_engraver"
439       \remove "Slur_engraver"
440       \remove "Script_engraver"
441       \remove "Beam_engraver"
442       \remove "Auto_beam_engraver"
443     }
444     \context {
445       \Staff
446       \remove "Accidental_engraver"
447       \remove "Key_engraver"
448       \remove "Clef_engraver"
449       \remove "Bar_engraver"
450       \remove "Time_signature_engraver"
451       \remove "Staff_symbol_engraver"
452       \consists "Pitch_squash_engraver"
453     }
454   }
455 }
456 @end lilypond
457
458 @noindent
459 Then a @code{Staff_symbol_engraver} adds the staff,
460
461 @lilypond[quote,ragged-right]
462 \include "engraver-example.ily"
463
464 \score {
465   \topVoice
466   \layout {
467     \context {
468       \Voice
469       \remove "Stem_engraver"
470       \remove "Phrasing_slur_engraver"
471       \remove "Slur_engraver"
472       \remove "Script_engraver"
473       \remove "Beam_engraver"
474       \remove "Auto_beam_engraver"
475     }
476     \context {
477       \Staff
478       \remove "Accidental_engraver"
479       \remove "Key_engraver"
480       \remove "Clef_engraver"
481       \remove "Bar_engraver"
482       \consists "Pitch_squash_engraver"
483       \remove "Time_signature_engraver"
484     }
485   }
486 }
487 @end lilypond
488
489 @noindent
490 the @code{Clef_engraver} defines a reference point for the staff,
491
492 @lilypond[quote,ragged-right]
493 \include "engraver-example.ily"
494
495 \score {
496   \topVoice
497   \layout {
498     \context {
499       \Voice
500       \remove "Stem_engraver"
501       \remove "Phrasing_slur_engraver"
502       \remove "Slur_engraver"
503       \remove "Script_engraver"
504       \remove "Beam_engraver"
505       \remove "Auto_beam_engraver"
506     }
507     \context {
508       \Staff
509       \remove "Accidental_engraver"
510       \remove "Key_engraver"
511       \remove "Bar_engraver"
512       \remove "Time_signature_engraver"
513     }
514   }
515 }
516 @end lilypond
517
518 @noindent
519 and the @code{Stem_engraver} adds stems.
520
521 @lilypond[quote,ragged-right]
522 \include "engraver-example.ily"
523
524 \score {
525   \topVoice
526   \layout {
527     \context {
528       \Voice
529       \remove "Phrasing_slur_engraver"
530       \remove "Slur_engraver"
531       \remove "Script_engraver"
532       \remove "Beam_engraver"
533       \remove "Auto_beam_engraver"
534     }
535     \context {
536       \Staff
537       \remove "Accidental_engraver"
538       \remove "Key_engraver"
539       \remove "Bar_engraver"
540       \remove "Time_signature_engraver"
541     }
542   }
543 }
544 @end lilypond
545
546 @noindent
547 The @code{Stem_engraver} is notified of any note head coming
548 along.  Every time one (or more, for a chord) note head is seen, a
549 stem object is created and connected to the note head.  By adding
550 engravers for beams, slurs, accents, accidentals, bar lines, time
551 signature, and key signature, we get a complete piece of notation.
552
553 @lilypond[quote,ragged-right]
554 \include "engraver-example.ily"
555 \score { \topVoice }
556 @end lilypond
557
558 @cindex polyphony
559 @cindex engraving multiple voices
560 @cindex contexts
561
562 This system works well for monophonic music, but what about
563 polyphony?  In polyphonic notation, many voices can share a staff.
564
565 @lilypond[quote,ragged-right]
566 \include "engraver-example.ily"
567 \new Staff << \topVoice \\ \botVoice >>
568 @end lilypond
569
570 In this situation, the accidentals and staff are shared, but the
571 stems, slurs, beams, etc., are private to each voice.  Hence,
572 engravers should be grouped.  The engravers for note heads, stems,
573 slurs, etc., go into a group called @q{Voice context,} while the
574 engravers for key, accidental, bar, etc., go into a group called
575 @q{Staff context.}  In the case of polyphony, a single Staff
576 context contains more than one Voice context.  Similarly, multiple
577 Staff contexts can be put into a single Score context.  The Score
578 context is the top level notation context.
579
580
581 @seealso
582 Internals Reference: @rinternals{Contexts}.
583
584
585 @lilypond[quote,ragged-right]
586 \include "engraver-example.ily"
587 \score {
588    <<
589       \new Staff << \topVoice \\ \botVoice >>
590       \new Staff << \pah \\ \hoom >>
591    >>
592 }
593 @end lilypond
594
595
596 @node Music representation
597 @unnumberedsubsec Music representation
598
599 @cindex syntax
600 @cindex recursive structures
601
602 Ideally, the input format for any high-level formatting system is
603 an abstract description of the content.  In this case, that would
604 be the music itself.  This poses a formidable problem: how can we
605 define what music really is? Instead of trying to find an answer,
606 we have reversed the question.  We write a program capable of
607 producing sheet music, and adjust the format to be as lean as
608 possible.  When the format can no longer be trimmed down, by
609 definition we are left with content itself.  Our program serves as
610 a formal definition of a music document.
611
612 The syntax is also the user-interface for LilyPond, hence it is
613 easy to type:
614
615 @example
616 @{
617   c'4 d'8
618 @}
619 @end example
620
621 @noindent
622 to create a quarter note on middle C (C1) and an eighth note on
623 the D above middle C (D1).
624
625 @lilypond[quote]
626 {
627   c'4 d'8
628 }
629 @end lilypond
630
631 On a microscopic scale, such syntax is easy to use.  On a larger
632 scale, syntax also needs structure.  How else can you enter
633 complex pieces like symphonies and operas?  The structure is
634 formed by the concept of music expressions: by combining small
635 fragments of music into larger ones, more complex music can be
636 expressed.  For example
637
638 @lilypond[quote,verbatim,fragment,relative=1]
639 f4
640 @end lilypond
641
642 @noindent
643 Simultaneous notes can be constructed by enclosing them with
644 @code{<<} and @code{>>}:
645
646 @example
647 <<c4 d4 e4>>
648 @end example
649
650 @lilypond[quote,fragment,relative=1]
651 \new Voice { <<c4 d4 e>> }
652 @end lilypond
653
654 @noindent
655 This expression is put in sequence by enclosing it in curly braces
656 @code{@{@tie{}@dots{}@tie{}@}}:
657
658 @example
659 @{ f4 <<c4 d4 e4>> @}
660 @end example
661
662 @lilypond[quote,relative=1,fragment]
663 { f4 <<c d e4>> }
664 @end lilypond
665
666 @noindent
667 The above is also an expression, and so it may be combined again
668 with another simultaneous expression (a half note) using
669 @code{<<}, @code{\\}, and @code{>>}:
670
671 @example
672 << g2 \\ @{ f4 <<c4 d4 e4>> @} >>
673 @end example
674
675 @lilypond[quote,fragment,relative=2]
676 \new Voice { << g2 \\ { f4 <<c d e>> } >> }
677 @end lilypond
678
679 Such recursive structures can be specified neatly and formally in
680 a context-free grammar.  The parsing code is also generated from
681 this grammar.  In other words, the syntax of LilyPond is clearly
682 and unambiguously defined.
683
684 User-interfaces and syntax are what people see and deal with most.
685 They are partly a matter of taste, and also the subject of much
686 discussion.  Although discussions on taste do have their merit,
687 they are not very productive.  In the larger picture of LilyPond,
688 the importance of input syntax is small: inventing neat syntax is
689 easy, while writing decent formatting code is much harder.  This
690 is also illustrated by the line-counts for the respective
691 components: parsing and representation take up less than 10% of
692 the source code.
693
694
695 @node Example applications
696 @unnumberedsubsec Example applications
697
698 @cindex simple examples
699 @cindex examples, simple
700
701 We have written LilyPond as an experiment of how to condense the
702 art of music engraving into a computer program.  Thanks to all
703 that hard work, the program can now be used to perform useful
704 tasks.  The simplest application is printing notes.
705
706 @lilypond[quote,relative=1]
707 {
708   \time 2/4
709   c4 c g'4 g a4 a g2
710 }
711 @end lilypond
712
713 @noindent
714 By adding chord names and lyrics we obtain a lead sheet.
715
716 @lilypond[quote,ragged-right]
717 <<
718    \chords { c2 c f2 c }
719    \new Staff
720    \relative c' {
721      \time 2/4
722      c4 c g' g a a g2
723    }
724    \addlyrics { twin -- kle twin -- kle lit -- tle star }
725 >>
726 @end lilypond
727
728 Polyphonic notation and piano music can also be printed.  The
729 following example combines some more exotic constructs.
730
731 @lilypond[quote]
732 \header {
733   title = "Screech and boink"
734   subtitle = "Random complex notation"
735   composer = "Han-Wen Nienhuys"
736 }
737
738 \score {
739   \context PianoStaff <<
740     \new Staff = "up" {
741       \time 4/8
742       \key c \minor
743       << {
744         \revert Stem #'direction
745         \change Staff = down
746         \set subdivideBeams = ##t
747         g16.[
748           \change Staff = up
749           c'''32
750           \change Staff = down
751           g32
752           \change Staff = up
753           c'''32
754           \change Staff = down
755           g16]
756         \change Staff = up
757         \stemUp
758         \set followVoice = ##t
759         c'''32([ b''16 a''16 gis''16 g''32)]
760       } \\ {
761         s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d'']
762       } \\ {
763         s4 \autoBeamOff d''8.. f''32
764       } \\ {
765         s4 es''4
766       } >>
767     }
768
769     \new Staff = "down" {
770       \clef bass
771       \key c \minor
772       \set subdivideBeams = ##f
773       \override Stem  #'french-beaming = ##t
774       \override Beam  #'thickness = #0.3
775       \override Stem  #'thickness = #4.0
776       g'16[ b16 fis16 g16]
777       << \makeClusters {
778         as16 <as b>
779         <g b>
780         <g cis>
781       } \\ {
782         \override Staff.Arpeggio  #'arpeggio-direction =#down
783         <cis, e, gis, b, cis>4\arpeggio
784       }
785     >> }
786   >>
787   \midi {
788     \context {
789       \Score
790       tempoWholesPerMinute = #(ly:make-moment 60 8)
791     }
792   }
793   \layout {
794     \context {
795       \Staff
796       \consists Horizontal_bracket_engraver
797     }
798   }
799 }
800 @end lilypond
801
802 The fragments shown above have all been written by hand, but that
803 is not a requirement.  Since the formatting engine is mostly
804 automatic, it can serve as an output means for other programs that
805 manipulate music.  For example, it can also be used to convert
806 databases of musical fragments to images for use on websites and
807 multimedia presentations.
808
809 This manual also shows an application: the input format is text,
810 and can therefore be easily embedded in other text-based formats
811 such as @LaTeX{}, HTML, or in the case of this manual, Texinfo.
812 By means of a special program, the input fragments can be replaced
813 by music images in the resulting PDF or HTML output files.  This
814 makes it easy to mix music and text in documents.
815
816
817 @node About the documentation
818 @section About the documentation
819
820 This section explains the different portions of the documentation.
821
822 @cindex Learning Manual
823 @cindex Music Glossary
824 @cindex Notation Reference
825 @cindex Application Usage
826 @cindex Snippet List
827 @cindex Internals Reference
828
829 @c leave these lines wrapping around.  It's some texinfo 4.12 thing. -gp
830 @c This is actually a limitation of texi2html. -jm
831 @menu
832 * About the Learning Manual::  this manual introduces LilyPond, giving in-depth explanations of how to create notation.
833 * About the Music Glossary::  this manual explains musical terms and gives translations of terms in other languages.
834 * About the Notation Reference::  this manual is the main portion of the documentation.  It provides detailed information about creating notation.  This book assumes that the reader knows basic material covered in the Learning Manual and is familiar with the English musical terms presented in the Musical Glossary.
835 * About the Application Usage::  this discusses the actual programs and operating system-specific issues.
836 * About the Snippet List::  this is a collection of short LilyPond examples.
837 * About the Internals Reference::  this document gives reference information about LilyPond's internal structures, which is required for constructing tweaks.
838 * Other documentation::         there are a few other portions of the documentation, such as News items and the mailist archives.
839 @end menu
840
841
842 @node About the Learning Manual
843 @unnumberedsubsec About the Learning Manual
844
845 @cindex Learning Manual
846
847 This book explains how to begin learning LilyPond, as well as
848 explaining some key concepts in easy terms.  You should read these
849 chapters in a linear fashion.
850
851 There is a paragraph @strong{See also} at the end of each section,
852 which contains cross-references to other sections: you should not
853 follow these cross-references at first reading; when you have read all
854 of the Learning Manual, you may want to read some sections again and
855 follow cross-references for further reading.
856
857 @itemize
858
859 @item
860 @ref{Introduction}: explains the background and overall goal of
861 LilyPond.
862
863 @item
864 @ref{Tutorial}: gives a gentle introduction to typesetting music.
865 First time users should start here.
866
867 @item
868 @ref{Fundamental concepts}: explains some general concepts about
869 the LilyPond file format.  If you are not certain where to place a
870 command, read this chapter!
871
872 @item
873 @ref{Tweaking output}: shows how to change the default engraving
874 that LilyPond produces.
875
876 @item
877 @ref{Working on LilyPond projects}: discusses practical uses of
878 LilyPond and how to avoid some common problems.  Read this before
879 undertaking large projects!
880
881 @end itemize
882
883 The Learning Manual also contains appendices which are not part of the
884 recommended linear reading.  They may be useful for later
885 viewing:
886
887 @itemize
888
889 @item
890 @ref{Templates}: shows ready-made templates of LilyPond pieces.
891 Just cut and paste a template into a file, add notes, and you're
892 done!
893
894 @item
895 @ref{Scheme tutorial}: presents a short introduction to Scheme,
896 the programming language that music functions use.  This is
897 material for advanced tweaks; many users never touch Scheme at
898 all.
899
900 @end itemize
901
902
903 @node About the Music Glossary
904 @unnumberedsubsec About the Music Glossary
905
906 @cindex Music Glossary
907 @cindex idiom
908 @cindex jargon
909 @cindex terminology
910 @cindex foreign languages
911 @cindex language
912
913 @rglosnamed{Top,Music glossary}
914 this explains musical terms, and includes translations to various
915 languages.  If you are not familiar with music notation or music
916 terminology (especially if you are a non-native English speaker),
917 it is highly advisable to consult the glossary.
918
919
920 @node About the Notation Reference
921 @unnumberedsubsec About the Notation Reference
922
923 @cindex Notation Reference
924 @cindex appendices
925 @cindex reference charts
926 @cindex charts, reference
927
928 This book explains all the LilyPond commands which produce
929 notation.  It assumes that readers are familiar with the concepts
930 in the Learning Manual.
931
932 @itemize
933
934 @item
935 @ruser{Musical notation}:
936 discusses topics grouped by notation construct.  This section
937 gives details about basic notation that will be useful in almost
938 any notation project.
939
940 @item
941 @ruser{Specialist notation}:
942 discusses topics grouped by notation construct.  This section
943 gives details about special notation that will only be useful for
944 particular instrument (or vocal) groups.
945
946 @item
947 @ruser{General input and output}:
948 discusses general information about LilyPond input files and
949 controlling output.
950
951 @item
952 @ruser{Spacing issues}:
953 discusses issues which affect the global output, such as selecting
954 paper size or specifying page breaks.
955
956 @item
957 @ruser{Changing defaults}:
958 explains how to tweak LilyPond to produce exactly the notation you
959 want.
960
961 @item
962 @ruser{Interfaces for programmers}:
963 explains how to create music functions with scheme.
964
965 @end itemize
966
967 The Notation Reference also contains appendices with useful
968 reference charts.
969
970 @itemize
971
972 @item
973 @ruser{Literature list}:
974 contains a set of useful reference books for those who wish to
975 know more on notation and engraving.
976
977 @item
978 @ruser{Notation manual tables}:
979 are a set of tables showing the chord names, MIDI instruments, a
980 list of color names, and the Feta font.
981
982 @item
983 @ruser{Cheat sheet}:
984 is a handy reference of the most common LilyPond commands.
985
986 @item
987 @ruser{LilyPond command index}:
988 an index of all LilyPond @code{\commands}.
989
990 @item
991 @ruser{LilyPond index}:
992 a complete index.
993
994 @end itemize
995
996
997 @node About the Application Usage
998 @unnumberedsubsec About the Application Usage
999
1000 @cindex Application Usage
1001 @cindex integrating LilyPond with other programs
1002
1003 This book explains how to execute the programs and how to integrate
1004 LilyPond notation with other programs.
1005
1006 @itemize
1007
1008 @item
1009 @rprogram{Install}:
1010 explains how to install LilyPond, including compilation if
1011 desired.
1012
1013 @item
1014 @rprogram{Setup}:
1015 describes how to configure your computer for optimum LilyPond
1016 usage, such as using special environments for certain text
1017 editors.
1018
1019 @item
1020 @rprogram{Running LilyPond}:
1021 shows how to run LilyPond and its helper programs.  In addition,
1022 this section explains how to upgrade input files from previous
1023 versions of LilyPond.
1024
1025 @item
1026 @rprogram{LilyPond-book}:
1027 explains the details behind creating documents with in-line music
1028 examples, like this manual.
1029
1030 @item
1031 @rprogram{Converting from other formats}:
1032 explains how to run the conversion programs.  These programs are
1033 supplied with the LilyPond package, and convert a variety of music
1034 formats to the @code{.ly} format.
1035
1036 @end itemize
1037
1038
1039 @node About the Snippet List
1040 @unnumberedsubsec About the Snippet List
1041
1042 @cindex snippets
1043 @cindex LSR
1044 @cindex Snippet List
1045 @cindex LilyPond Snippet Repository
1046
1047 @rlsrnamed{Top,LilyPond Snippet List}: this shows a
1048 selected set of LilyPond snippets from the
1049 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
1050 (LSR).  All the snippets are in the public domain.
1051
1052 Please note that this document is not an exact subset of LSR.  LSR
1053 is running a stable LilyPond version, so any snippet which
1054 demonstrates new features of a development version must be added
1055 separately.  These are stored in @file{input/new/} in the LilyPond
1056 source tree.
1057
1058 The list of snippets for each subsection of the Notation Reference are
1059 also linked from the @strong{See also} portion.
1060
1061
1062 @node About the Internals Reference
1063 @unnumberedsubsec About the Internals Reference
1064
1065 @cindex Internals Reference
1066
1067 @rinternalsnamed{Top,Internals Reference}: this is a set
1068 of heavily cross linked HTML pages which document the nitty-gritty
1069 details of each and every LilyPond class, object, and function.
1070 It is produced directly from the formatting definitions in the
1071 source code.
1072
1073 Almost all formatting functionality that is used internally is
1074 available directly to the user.  For example, most variables that
1075 control thickness values, distances, etc., can be changed in input
1076 files.  There are a huge number of formatting options, and all of
1077 them are described in this document.  Each section of the Notation
1078 Reference has a @b{See also} subsection, which refers to the
1079 generated documentation.  In the HTML document, these subsections
1080 have clickable links.
1081
1082
1083 @node Other documentation
1084 @unnumberedsubsec Other documentation
1085
1086 There are a number of other sources of information which may be
1087 very valuable.
1088
1089 @itemize
1090
1091 @item
1092 @ifhtml
1093 @ifset bigpage
1094 @uref{../topdocs/NEWS.html,News}:
1095 @end ifset
1096 @ifclear bigpage
1097 @uref{../../topdocs/NEWS.html,News}:
1098 @end ifclear
1099 @end ifhtml
1100 @ifnothtml
1101 News:
1102 @end ifnothtml
1103 this is a summary of important changes
1104 and new features in LilyPond since the previous version.
1105
1106 @item @uref{http://lists.gnu.org/archive/html/lilypond-user/, The
1107 lilypond-user mailist archives}: this is a collection of previous
1108 emails sent to the user list.  Many questions have been asked
1109 multiple times; there is a very good chance that if you have a
1110 question, the answer might be found in these archives.
1111
1112 @item @uref{http://lists.gnu.org/archive/html/lilypond-devel/, The
1113 lilypond-devel mailist archives}: this is a collection of previous
1114 emails sent to the developer's list.  The discussion here is more
1115 technical; if you have an advanced question about lilypond
1116 internals, the answer might be in these archives.
1117
1118 @item Embedded music fragments: in all HTML documents that have
1119 music fragments embedded, the exact LilyPond input that was used
1120 to produce that image can be viewed by clicking the image.
1121
1122 @item Init files: the location of the documentation files that are
1123 mentioned here can vary from system to system.  On occasion, this
1124 manual refers to initialization and example files.  Throughout this
1125 manual, we refer to input files relative to the top-directory of the
1126 source archive.  For example, @file{input/@/lsr/@/dirname/@/bla@/.ly}
1127 may refer to the file
1128 @file{lilypond@/2.x.y/@/input/@/lsr/@/dirname/@/bla@/.ly}.  On binary
1129 packages for the UNIX platform, the documentation and examples can
1130 typically be found somewhere below
1131 @file{/usr/@/share/@/doc/@/lilypond/}.  Initialization files, for
1132 example @file{scm/@/lily@/.scm}, or @file{ly/@/engraver@/-init@/.ly},
1133 are usually found in the directory @file{/usr/@/share/@/lilypond/}.
1134 For more details, see @ref{Other sources of information}.
1135
1136 @end itemize
1137