]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/introduction.itely
Merge master into nested-bookparts
[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.11.61"
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, 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 completely done
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, among others, this one.  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 without, forming
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 about
214 typographical details may seem academical.  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.  If a musician
219 looks away once or has a lapse in concentration, the lines might
220 lose their place on the page.
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 cluttering 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 do not match well with how
286 music notation works.
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 which note head objects are used to produce their symbol is
354 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 ly:text-interface::print)
365           (ly:grob-set-property! grob 'font-family 'roman)
366           (ly:grob-set-property! grob 'text
367             (make-raise-markup -0.5
368               (case pos
369                 ((-5) (make-simple-markup "m"))
370                 ((-3) (make-simple-markup "c "))
371                 ((-2) (make-smaller-markup (make-bold-markup "2")))
372                 (else (make-simple-markup "bla")))))))))
373
374 \new Voice \relative c' {
375    \stemUp
376    \set autoBeaming = ##f
377    \time 2/4
378    <d f g>4
379    \once \override NoteHead #'stencil = #ly:note-head::brew-ez-stencil
380    \once \override NoteHead #'font-size = #-7
381    \once \override NoteHead #'font-family = #'sans
382    \once \override NoteHead #'font-series = #'bold
383    <d f g>
384    \once \override NoteHead #'style = #'cross
385    <d f g>
386    \applyOutput #'Voice #mc-squared
387    <d f g>
388    <<
389       { d8[ es-( fis^^ g] fis2-) }
390       \repeat unfold 5 { \applyOutput #'Voice #mc-squared s8 }
391    >>
392 }
393 @end lilypond
394
395
396 @node What symbols to engrave?
397 @unnumberedsubsec What symbols to engrave?
398
399 @cindex engraving
400 @cindex typography
401 @cindex engraver
402 @cindex plug-in
403
404 The formatting process decides where to place symbols.  However,
405 this can only be done once it is decided @emph{what} symbols
406 should be printed, in other words what notation to use.
407
408 Common music notation is a system of recording music that has
409 evolved over the past 1000 years.  The form that is now in common
410 use dates from the early renaissance.  Although the basic form
411 (i.e., note heads on a 5-line staff) has not changed, the details
412 still evolve to express the innovations of contemporary notation.
413 Hence, it encompasses some 500 years of music.  Its applications
414 range from monophonic melodies to monstrous counterpoints for
415 large orchestras.
416
417 How can we get a grip on such a many-headed beast, and force it
418 into the confines of a computer program?  Our solution is to break
419 up the problem of notation (as opposed to engraving, i.e.,
420 typography) into digestible and programmable chunks: every type of
421 symbol is handled by a separate module, a so-called plug-in.  Each
422 plug-in is completely modular and independent, so each can be
423 developed and improved separately.  Such plug-ins are called
424 @code{engraver}s, by analogy with craftsmen who translate musical
425 ideas to graphic symbols.
426
427 In the following example, we see how we start out with a plug-in
428 for note heads, the @code{Note_heads_engraver}.
429
430 @lilypond[quote,ragged-right]
431 \include "engraver-example.ily"
432
433 \score {
434   \topVoice
435   \layout {
436     \context {
437       \Voice
438       \remove "Stem_engraver"
439       \remove "Phrasing_slur_engraver"
440       \remove "Slur_engraver"
441       \remove "Script_engraver"
442       \remove "Beam_engraver"
443       \remove "Auto_beam_engraver"
444     }
445     \context {
446       \Staff
447       \remove "Accidental_engraver"
448       \remove "Key_engraver"
449       \remove "Clef_engraver"
450       \remove "Bar_engraver"
451       \remove "Time_signature_engraver"
452       \remove "Staff_symbol_engraver"
453       \consists "Pitch_squash_engraver"
454     }
455   }
456 }
457 @end lilypond
458
459 @noindent
460 Then a @code{Staff_symbol_engraver} adds the staff
461
462 @lilypond[quote,ragged-right]
463 \include "engraver-example.ily"
464
465 \score {
466   \topVoice
467   \layout {
468     \context {
469       \Voice
470       \remove "Stem_engraver"
471       \remove "Phrasing_slur_engraver"
472       \remove "Slur_engraver"
473       \remove "Script_engraver"
474       \remove "Beam_engraver"
475       \remove "Auto_beam_engraver"
476     }
477     \context {
478       \Staff
479       \remove "Accidental_engraver"
480       \remove "Key_engraver"
481       \remove "Clef_engraver"
482       \remove "Bar_engraver"
483       \consists "Pitch_squash_engraver"
484       \remove "Time_signature_engraver"
485     }
486   }
487 }
488 @end lilypond
489
490 @noindent
491 the @code{Clef_engraver} defines a reference point for the staff
492
493 @lilypond[quote,ragged-right]
494 \include "engraver-example.ily"
495
496 \score {
497   \topVoice
498   \layout {
499     \context {
500       \Voice
501       \remove "Stem_engraver"
502       \remove "Phrasing_slur_engraver"
503       \remove "Slur_engraver"
504       \remove "Script_engraver"
505       \remove "Beam_engraver"
506       \remove "Auto_beam_engraver"
507     }
508     \context {
509       \Staff
510       \remove "Accidental_engraver"
511       \remove "Key_engraver"
512       \remove "Bar_engraver"
513       \remove "Time_signature_engraver"
514     }
515   }
516 }
517 @end lilypond
518
519 @noindent
520 and the @code{Stem_engraver} adds stems.
521
522 @lilypond[quote,ragged-right]
523 \include "engraver-example.ily"
524
525 \score {
526   \topVoice
527   \layout {
528     \context {
529       \Voice
530       \remove "Phrasing_slur_engraver"
531       \remove "Slur_engraver"
532       \remove "Script_engraver"
533       \remove "Beam_engraver"
534       \remove "Auto_beam_engraver"
535     }
536     \context {
537       \Staff
538       \remove "Accidental_engraver"
539       \remove "Key_engraver"
540       \remove "Bar_engraver"
541       \remove "Time_signature_engraver"
542     }
543   }
544 }
545 @end lilypond
546
547 @noindent
548 The @code{Stem_engraver} is notified of any note head coming
549 along.  Every time one (or more, for a chord) note head is seen, a
550 stem object is created and connected to the note head.  By adding
551 engravers for beams, slurs, accents, accidentals, bar lines, time
552 signature, and key signature, we get a complete piece of notation.
553
554 @lilypond[quote,ragged-right]
555 \include "engraver-example.ily"
556 \score { \topVoice }
557 @end lilypond
558
559 @cindex polyphony
560 @cindex engraving multiple voices
561 @cindex contexts
562
563 This system works well for monophonic music, but what about
564 polyphony?  In polyphonic notation, many voices can share a staff.
565
566 @lilypond[quote,ragged-right]
567 \include "engraver-example.ily"
568 \new Staff << \topVoice \\ \botVoice >>
569 @end lilypond
570
571 In this situation, the accidentals and staff are shared, but the
572 stems, slurs, beams, etc., are private to each voice.  Hence,
573 engravers should be grouped.  The engravers for note heads, stems,
574 slurs, etc., go into a group called @q{Voice context,} while the
575 engravers for key, accidental, bar, etc., go into a group called
576 @q{Staff context.}  In the case of polyphony, a single Staff
577 context contains more than one Voice context.  Similarly, multiple
578 Staff contexts can be put into a single Score context.  The Score
579 context is the top level notation context.
580
581 @seealso
582
583 Internals Reference: @rinternals{Contexts}.
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 C1 (middle C) and an eighth note D1 (D
623 above middle C).
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 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 \relative c' { \time 2/4 c4 c g'4 g a4 a g2 }
720    \new Lyrics \lyricmode { twin4 kle twin kle lit tle star2 }
721 >>
722 @end lilypond
723
724 Polyphonic notation and piano music can also be printed.  The
725 following example combines some more exotic constructs.
726
727 @lilypond[quote]
728 \header {
729   title = "Screech and boink"
730   subtitle = "Random complex notation"
731   composer = "Han-Wen Nienhuys"
732 }
733
734 \score {
735   \context PianoStaff <<
736     \new Staff = "up" {
737       \time 4/8
738       \key c \minor
739       << {
740         \revert Stem #'direction
741         \change Staff = down
742         \set subdivideBeams = ##t            
743         g16.[
744           \change Staff = up
745           c'''32
746           \change Staff = down
747           g32
748           \change Staff = up
749           c'''32
750           \change Staff = down
751           g16]
752         \change Staff = up
753         \stemUp
754         \set followVoice = ##t
755         c'''32([ b''16 a''16 gis''16 g''32)]
756       } \\ {
757         s4 \times 2/3 { d'16[ f' g'] } as'32[ b''32 e'' d'']
758       } \\ {
759         s4 \autoBeamOff d''8.. f''32
760       } \\ {
761         s4 es''4
762       } >>
763     }
764
765     \new Staff = "down" {
766       \clef bass
767       \key c \minor
768       \set subdivideBeams = ##f
769       \override Stem  #'french-beaming = ##t
770       \override Beam  #'thickness = #0.3
771       \override Stem  #'thickness = #4.0
772       g'16[ b16 fis16 g16]
773       << \makeClusters { 
774         as16 <as b>
775         <g b>
776         <g cis>
777       } \\ {
778         \override Staff.Arpeggio  #'arpeggio-direction =#down
779         <cis, e, gis, b, cis>4\arpeggio
780       }
781     >> }
782   >>
783   \midi {
784     \context {
785       \Score
786       tempoWholesPerMinute = #(ly:make-moment 60 8)
787     }
788   }
789   \layout {
790     \context {
791       \Staff
792       \consists Horizontal_bracket_engraver
793     }
794   }
795 }
796 @end lilypond
797
798 The fragments shown above have all been written by hand, but that
799 is not a requirement.  Since the formatting engine is mostly
800 automatic, it can serve as an output means for other programs that
801 manipulate music.  For example, it can also be used to convert
802 databases of musical fragments to images for use on websites and
803 multimedia presentations.
804
805 This manual also shows an application: the input format is text,
806 and can therefore be easily embedded in other text-based formats
807 such as @LaTeX{}, HTML, or in the case of this manual, Texinfo.
808 By means of a special program, the input fragments can be replaced
809 by music images in the resulting PDF or HTML output files.  This
810 makes it easy to mix music and text in documents.
811
812
813 @node About the documentation
814 @section About the documentation
815
816 This section explains the different portions of the documentation.
817
818 @cindex Learning Manual
819 @cindex Music Glossary
820 @cindex Notation Reference
821 @cindex Application Usage
822 @cindex Snippet List
823 @cindex Internals Reference
824
825 @c leave these lines wrapping around.  It's some texinfo 4.12 thing. -gp
826 @c This is actually a limitation of texi2html. -jm
827 @menu
828 * About the Learning Manual::  this manual introduces LilyPond, giving in-depth explanations of how to create notation.
829 * About the Music Glossary::  this manual explains musical terms and gives translations of terms in other languages.
830 * 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.
831 * About the Application Usage::  this discusses the actual programs and operating system-specific issues.
832 * About the Snippet List::  this is a collection of short LilyPond examples.
833 * About the Internals Reference::  this document gives reference information about LilyPond's internal structures, which is required for constructing tweaks.
834 * Other documentation::         there are a few other portions of the documentation, such as News items and the mailist archives.
835 @end menu
836
837
838 @node About the Learning Manual
839 @unnumberedsubsec About the Learning Manual
840
841 @cindex Learning Manual
842
843 This book explains how to begin learning LilyPond, as well as
844 explaining some key concepts in easy terms.  You should read these
845 chapters in a linear fashion.
846
847 There is a paragraph @strong{See also} at the end of each section,
848 which contains cross-references to other sections: you should not
849 follow these cross-references at first reading; when you have read all
850 of the Learning Manual, you may want to read some sections again and
851 follow cross-references for further reading.
852
853 @itemize
854
855 @item
856 @ref{Introduction}: explains the background and overall goal of
857 LilyPond.
858
859 @item
860 @ref{Tutorial}: gives a gentle introduction to typesetting music.
861 First time users should start here.
862
863 @item
864 @ref{Fundamental concepts}: explains some general concepts about
865 the LilyPond file format.  If you are not certain where to place a
866 command, read this chapter!
867
868 @item
869 @ref{Tweaking output}: shows how to change the default engraving
870 that LilyPond produces.
871
872 @item
873 @ref{Working on LilyPond projects}: discusses practical uses of
874 LilyPond and how to avoid some common problems.  Read this before
875 undertaking large projects!
876
877 @end itemize
878
879 The Learning Manual also contains appendices which are not part of the
880 recommended linear reading.  They may be useful for later
881 viewing:
882
883 @itemize
884
885 @item
886 @ref{Templates}: shows ready-made templates of LilyPond pieces.
887 Just cut and paste a template into a file, add notes, and you're
888 done!
889
890 @item
891 @ref{Scheme tutorial}: presents a short introduction to Scheme,
892 the programming language that music functions use.  This is
893 material for advanced tweaks; many users never touch Scheme at
894 all.
895
896 @end itemize
897
898
899 @node About the Music Glossary
900 @unnumberedsubsec About the Music Glossary
901
902 @cindex Music Glossary
903 @cindex idiom
904 @cindex jargon
905 @cindex terminology
906 @cindex foreign languages
907 @cindex language
908
909 @rglosnamed{Top,Music glossary}
910 this explains musical terms, and includes translations to various
911 languages.  If you are not familiar with music notation or music
912 terminology (especially if you are a non-native English speaker),
913 it is highly advisable to consult the glossary.
914
915
916 @node About the Notation Reference
917 @unnumberedsubsec About the Notation Reference
918
919 @cindex Notation Reference
920 @cindex appendices
921 @cindex reference charts
922 @cindex charts, reference
923
924 This book explains all the LilyPond commands which produce
925 notation.  It assumes that readers are familiar with the concepts
926 in the Learning Manual.
927
928 @itemize
929
930 @item
931 @ruser{Musical notation}:
932 discusses topics grouped by notation construct.  This section
933 gives details about basic notation that will be useful in almost
934 any notation project.
935
936 @item
937 @ruser{Specialist notation}:
938 discusses topics grouped by notation construct.  This section
939 gives details about special notation that will only be useful for
940 particular instrument (or vocal) groups.
941
942 @item
943 @ruser{General input and output}:
944 discusses general information about LilyPond input files and
945 controlling output.
946
947 @item
948 @ruser{Spacing issues}:
949 discusses issues which affect the global output, such as selecting
950 paper size or specifying page breaks.
951
952 @item
953 @ruser{Changing defaults}:
954 explains how to tweak LilyPond to produce exactly the notation you
955 want.
956
957 @item
958 @ruser{Interfaces for programmers}:
959 explains how to create music functions with scheme.
960
961 @end itemize
962
963 The Notation Reference also contains appendices with useful
964 reference charts.
965
966 @itemize
967
968 @item
969 @ruser{Literature list}:
970 contains a set of useful reference books for those who wish to
971 know more on notation and engraving.
972
973 @item
974 @ruser{Notation manual tables}:
975 are a set of tables showing the chord names, MIDI instruments, a
976 list of color names, and the Feta font.
977
978 @item
979 @ruser{Cheat sheet}:
980 is a handy reference of the most common LilyPond commands.
981
982 @item
983 @ruser{LilyPond command index}:
984 an index of all LilyPond @code{\commands}.
985
986 @item
987 @ruser{LilyPond index}:
988 a complete index.
989
990 @end itemize
991
992
993 @node About the Application Usage
994 @unnumberedsubsec About the Application Usage
995
996 @cindex Application Usage
997 @cindex integrating LilyPond with other programs
998
999 This book explains how to execute the programs and how to integrate
1000 LilyPond notation with other programs.
1001
1002 @itemize
1003
1004 @item
1005 @rprogram{Install}:
1006 explains how to install LilyPond, including compilation if
1007 desired.
1008
1009 @item
1010 @rprogram{Setup}:
1011 describes how to configure your computer for optimum LilyPond
1012 usage, such as using special environments for certain text
1013 editors.
1014
1015 @item
1016 @rprogram{Running LilyPond}:
1017 shows how to run LilyPond and its helper programs.  In addition,
1018 this section explains how to upgrade input files from previous
1019 versions of LilyPond.
1020
1021 @item
1022 @rprogram{LilyPond-book}:
1023 explains the details behind creating documents with in-line music
1024 examples, like this manual.
1025
1026 @item
1027 @rprogram{Converting from other formats}:
1028 explains how to run the conversion programs.  These programs are
1029 supplied with the LilyPond package, and convert a variety of music
1030 formats to the @code{.ly} format.
1031
1032 @end itemize
1033
1034
1035 @node About the Snippet List
1036 @unnumberedsubsec About the Snippet List
1037
1038 @cindex snippets
1039 @cindex LSR
1040 @cindex Snippet List
1041 @cindex LilyPond Snippet Repository
1042
1043 @rlsrnamed{Top,LilyPond Snippet List}: this shows a
1044 selected set of LilyPond snippets from the
1045 @uref{http://lsr@/.dsi@/.unimi@/.it,LilyPond Snippet Repository}
1046 (LSR).  All the snippets are in the public domain.
1047
1048 Please note that this document is not an exact subset of LSR.  LSR
1049 is running a stable LilyPond version, so any snippet which
1050 demonstrates new features of a development version must be added
1051 separately.  These are stored in @file{input/new/} in the LilyPond
1052 source tree.
1053
1054 The list of snippets for each subsection of the Notation Reference are
1055 also linked from the @strong{See also} portion.
1056
1057
1058 @node About the Internals Reference
1059 @unnumberedsubsec About the Internals Reference
1060
1061 @cindex Internals Reference
1062
1063 @rinternalsnamed{Top,Internals Reference}: this is a set
1064 of heavily cross linked HTML pages which document the nitty-gritty
1065 details of each and every LilyPond class, object, and function.
1066 It is produced directly from the formatting definitions in the
1067 source code.
1068
1069 Almost all formatting functionality that is used internally is
1070 available directly to the user.  For example, most variables that
1071 control thickness values, distances, etc., can be changed in input
1072 files.  There are a huge number of formatting options, and all of
1073 them are described in this document.  Each section of the Notation
1074 Reference has a @b{See also} subsection, which refers to the
1075 generated documentation.  In the HTML document, these subsections
1076 have clickable links.
1077
1078
1079 @node Other documentation
1080 @unnumberedsubsec Other documentation
1081
1082 There are a number of other sources of information which may be
1083 very valuable.
1084
1085 @itemize
1086
1087 @item
1088 @ifhtml
1089 @ifset bigpage
1090 @uref{../topdocs/NEWS.html,News}:
1091 @end ifset
1092 @ifclear bigpage
1093 @uref{../../topdocs/NEWS.html,News}:
1094 @end ifclear
1095 @end ifhtml
1096 @ifnothtml
1097 News:
1098 @end ifnothtml
1099 this is a summary of important changes
1100 and new features in LilyPond since the previous version.
1101
1102 @item @uref{http://lists.gnu.org/archive/html/lilypond-user/, The
1103 lilypond-user mailist archives}: this is a collection of previous
1104 emails sent to the user list.  Many questions have been asked
1105 multiple times; there is a very good chance that if you have a
1106 question, the answer might be found in these archives.
1107
1108 @item @uref{http://lists.gnu.org/archive/html/lilypond-devel/, The
1109 lilypond-devel mailist archives}: this is a collection of previous
1110 emails sent to the developer's list.  The discussion here is more
1111 technical; if you have an advanced question about lilypond
1112 internals, the answer might be in these archives.
1113
1114 @item Embedded music fragments: in all HTML documents that have
1115 music fragments embedded, the exact LilyPond input that was used
1116 to produce that image can be viewed by clicking the image.
1117
1118 @item Init files: the location of the documentation files that are
1119 mentioned here can vary from system to system.  On occasion, this
1120 manual refers to initialization and example files.  Throughout this
1121 manual, we refer to input files relative to the top-directory of the
1122 source archive.  For example, @file{input/@/lsr/@/dirname/@/bla@/.ly}
1123 may refer to the file
1124 @file{lilypond@/2.x.y/@/input/@/lsr/@/dirname/@/bla@/.ly}.  On binary
1125 packages for the UNIX platform, the documentation and examples can
1126 typically be found somewhere below
1127 @file{/usr/@/share/@/doc/@/lilypond/}.  Initialization files, for
1128 example @file{scm/@/lily@/.scm}, or @file{ly/@/engraver@/-init@/.ly},
1129 are usually found in the directory @file{/usr/@/share/@/lilypond/}.
1130 For more details, see @ref{Other sources of information}.
1131
1132 @end itemize
1133