]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/introduction.itely
* Documentation/user/dedication.itely,
[lilypond.git] / Documentation / user / introduction.itely
1 @c -*-texinfo-*-
2 @c This file is part of lilypond.tely
3
4 @node Introduction
5 @chapter Introduction
6
7 LilyPond is a system for formatting music prettily.  This chapter
8 discusses the backgrounds of LilyPond.  It explains the problem of
9 printing music with computers, and our approach to solving those
10 problems.
11
12
13 @menu
14 * Engraving::
15 * Automated engraving::
16 * What symbols to engrave?::
17 * Music representation::
18 * Example applications::
19 * About this manual::
20 @end menu
21
22
23 @node Engraving
24 @section Engraving
25
26 The art of music typography is called @emph{(plate) engraving}.  The
27 term derives from the traditional process of music printing.  Just a
28 few decades ago, sheet music was made by cutting and stamping the
29 music into a zinc or pewter plate in mirror image.  The plate would be
30 inked, the depressions caused by the cutting and stamping would hold
31 ink.  An image was formed by pressing paper to the plate.  The
32 stamping and cutting was completely done by hand.  Making a correction
33 was cumbersome, if possible at all, so the engraving had to be perfect
34 in one go.  Engraving was a highly specialized skill, a craftsman had
35 to complete around ten years of practical training before he could be
36 a master engraver.
37
38 Nowadays, all newly printed music is produced with computers.  This
39 has obvious advantages; prints are cheaper to make, editorial work can
40 be delivered by email.  Unfortunately, the pervasive use of computers
41 has also decreased the graphical quality of scores.  Computer
42 printouts have a bland, mechanical look, which makes them unpleasant
43 to play from.
44
45
46 @c introduce illustrating aspects of engraving, font...
47 The images below illustrate the difference between traditional
48 engraving and typical computer output, and the third picture shows how
49 LilyPond mimics the traditional look.  The left picture shows a scan
50 of a flat symbol from a Henle edition published in 2000.  The center
51 depicts a symbol from a hand-engraved B@"{a}renreiter edition of the
52 same music.  The left scan illustrates typical flaws of computer
53 print: the staff lines are thin, the weight of the flat symbol matches
54 the light lines and it has a straight layout with sharp corners.  By
55 contrast, the B@"{a}renreiter flat has a bold, almost voluptuous
56 rounded look.  Our flat symbol is designed after, among others, this
57 one.  It is rounded, and its weight harmonizes with the thickness of
58 our staff lines, which are also much thicker than Henle's lines.
59
60 @multitable @columnfractions  .05 .3 .3 .3 .05
61 @item @tab
62 @ifnotinfo
63 @iftex
64 @image{henle-flat-bw,4cm}
65 @end iftex
66 @ifnottex
67 @image{henle-flat-bw,,,png}
68 @end ifnottex
69
70 @tab
71 @iftex
72 @image{baer-flat-bw,4cm}
73 @end iftex
74 @ifnottex
75 @image{baer-flat-bw,,,png}
76 @end ifnottex
77
78 @tab
79 @iftex
80 @image{lily-flat-bw,4cm}
81 @end iftex
82 @ifnottex
83 @image{lily-flat-bw,,,png}
84 @end ifnottex
85 @end ifnotinfo
86 @ifinfo
87 @c workaround for makeinfo-4.6: line breaks and multi-column cookies
88 @image{henle-flat-bw,,,png} @image{baer-flat-bw,,,png} @image{lily-flat-bw,,,png}
89 @end ifinfo
90
91 @item @tab
92 Henle (2000)
93 @tab
94 B@"{a}renreiter (1950)
95 @tab
96 LilyPond Feta font (2003)
97
98 @end multitable
99
100
101 @cindex musical symbols
102 @cindex font
103 @cindex blackness
104 @cindex balance
105
106 @c introduce illustrating aspects of engraving, spacing...
107 In spacing, the distribution of space should reflect the durations
108 between notes.  However, many modern scores adhere to the durations
109 with mathematical precision, which leads to poor results.  In the
110 next example a motive is printed twice.  It is printed once using
111 exact mathematical spacing, and once with corrections.  Can you
112 spot which fragment is which?
113
114 @cindex optical spacing
115 @lilypond[quote,noindent]
116 \score {
117   \notes {
118     \override Staff.NoteSpacing #'stem-spacing-correction = #0.6
119     c'4 e''4 e'4 b'4 |
120     \stemDown b'4 e''4 a'4 e''4 | \bar "||"
121     \override Staff.NoteSpacing #'stem-spacing-correction = #0.0
122     \override Staff.StaffSpacing #'stem-spacing-correction = #0.0
123     \stemBoth c'4 e''4 e'4 b'4 |
124     \stemDown b'4 e''4 a'4 e''4 |
125   }
126   \paper { raggedright = ##t }
127 }
128 @end lilypond
129
130 @cindex regular rhythms
131 @cindex regular spacing
132
133 The fragment only uses quarter notes: notes that are played in a
134 constant rhythm.  The spacing should reflect that.  Unfortunately, the
135 eye deceives us a little; not only does it notice the distance between
136 note heads, it also takes into account the distance between
137 consecutive stems.  As a result, the notes of an up-stem/down-stem
138 combination should be put farther apart, and the notes of a down-up
139 combination should be put closer together, all depending on the
140 combined vertical positions of the notes.  The first two measures are
141 printed with this correction, the last two measures without.  The notes
142 in the last two measures form down-stem/up-stem clumps of notes.
143
144 @cindex typography
145
146 Musicians are usually more absorbed with performing than with studying
147 the looks of piece of music; nitpicking about typographical details
148 may seem academical.  But it is not.  In larger pieces with monotonous
149 rhythms, spacing corrections lead to subtle variations in the layout
150 of every line, giving each one a distinct visual signature.  Without
151 this signature all lines would look the same, they become like a
152 labyrinth.  If the musician looks away once or has a lapse in his
153 concentration, he will be lost on the page.
154 @c he/she
155
156 Similarly, the strong visual look of bold symbols on heavy staff lines
157 stands out better when music is far away from reader, for example, if
158 it is on a music stand.  A careful distribution of white space allows
159 music to be set very tightly without cluttering symbols together.  The
160 result minimizes the number of page turns, which is a great advantage.
161
162 This is a common characteristic of typography.  Layout should be
163 pretty, not only for its own sake, but especially because it helps the
164 reader in his task.  For performance material like sheet music, this is
165 of double importance: musicians have a limited amount of attention.  The
166 less attention they need for reading, the more they can focus on
167 playing itself.  In other words, better typography translates to better
168 performances.
169
170 Hopefully, these examples also demonstrate that music typography is an
171 art that is subtle and complex, and to produce it requires
172 considerable expertise, which musicians usually do not have.  LilyPond
173 is our effort to bring the graphical excellence of hand-engraved music
174 to the computer age, and make it available to normal musicians.  We
175 have tuned our algorithms, font-designs, and program settings to
176 produce prints that match the quality of the old editions we love to
177 see and love to play from.
178
179
180
181
182 @node Automated engraving
183 @section Automated engraving
184
185 How do we go about implementing typography?  If craftsmen need over
186 ten years to become true masters, how could we simple hackers ever
187 write a program to take over their jobs?
188
189 The answer is: we cannot.  Typography relies on human judgment of
190 appearance, so people cannot be replaced ultimately.  However, much of
191 the dull work can be automated.  If LilyPond solves most of the common
192 situations correctly, this will be a huge improvement over existing
193 software.  The remaining cases can be tuned by hand.  Over the course
194 of years, the software can be refined to do more and more
195 automatically, so manual overrides are less and less necessary.
196
197 When we started we wrote the LilyPond program entirely in the C++
198 programming language; the program's functionality was set in stone by
199 the developers.  That proved to be unsatisfactory for a number of
200 reasons:
201
202 @itemize @bullet
203 @item When LilyPond makes mistakes,
204 users need to override formatting decisions.  Therefore, the user must
205 have access to the formatting engine.  Hence, rules and settings cannot
206 be fixed by us at compile time but must be accessible for users at
207 run-time.
208
209 @item Engraving is a matter of visual judgment, and therefore a matter of
210 taste.  As knowledgeable as we are, users can disagree with our
211 personal decisions.  Therefore, the definitions of typographical style
212 must also be accessible to the user.
213
214 @item Finally, we continually refine the formatting algorithms, so we
215 need a flexible approach to rules.  The C++ language forces a certain
216 method of grouping rules that do not match well with how music
217 notation works.
218 @end itemize
219
220 These problems have been addressed by integrating the GUILE
221 interpreter for the Scheme programming language and rewriting parts of
222 LilyPond in Scheme.  The new, flexible formatting is built around the
223 notion of graphical objects, described by Scheme variables and
224 functions.  This architecture encompasses formatting rules,
225 typographical style and individual formatting decisions.  The user has
226 direct access to most of these controls.
227
228 Scheme variables control layout decisions.  For example, many
229 graphical objects have a direction variable that encodes the choice
230 between up and down (or left and right).  Here you see two chords,
231 with accents and arpeggio.  In the first chord, the graphical objects
232 have all directions down (or left).  The second chord has all
233 directions up (right).
234
235 @lilypond[quote,raggedright,relative=1]
236 \new Score \with {
237   \override SpacingSpanner #'spacing-increment = #3
238   \override TimeSignature #'transparent = ##t
239   } {
240   \stemDown <e g b>4_>-\arpeggio
241   \override Arpeggio #'direction = #RIGHT
242   \stemUp <e g b>4^>-\arpeggio
243 }
244 @end lilypond
245
246 The process of formatting a score consists of reading and writing the
247 variables of graphical objects.
248
249 Some variables have a preset value.  For example, the thickness of many
250 lines---a characteristic of typographical style---are preset
251 variables.  Changing them gives a different typographical impression.
252
253 @lilypond[quote,raggedright]
254 fragment = \notes {
255   \clef bass f8 as8
256   c'4-~ c'16 as g f e16 g bes c' des'4
257 }
258 \score {
259   <<
260     \new Staff \fragment
261     \new Staff \with {
262       \override Beam #'thickness = #0.3
263       \override Stem #'thickness = #0.5
264       \override Bar #'thickness = #3.6
265       \override Tie #'thickness = #2.2
266       \override StaffSymbol #'thickness = #3.0
267       \override Tie #'extra-offset = #'(0 .  0.3)
268    } \fragment
269    >>
270 }
271 @end lilypond
272
273 Formatting rules are also preset variables: each object has variables
274 containing procedures.  These procedures perform the actual formatting,
275 and by substituting different ones, we can change behavior.  In the
276 following example, the rule which note head objects use to produce
277 their symbol is changed during the music fragment.
278
279 @lilypond[quote,raggedright]
280 #(define (mc-squared grob orig current)
281   (let ((interfaces (ly:grob-property grob 'interfaces))
282         (pos (ly:grob-property grob 'staff-position)))
283     (if (and (memq 'note-head-interface interfaces)
284              (memq pos '(-2 -3 -5)))
285         (begin
286           (ly:grob-set-property! grob 'print-function brew-new-markup-stencil)
287           (ly:grob-set-property! grob 'font-family 'roman)
288           (ly:grob-set-property!
289            grob 'text
290            (make-raise-markup
291             -0.5
292             (case pos
293               ((-5) (make-simple-markup "m"))
294               ((-3) (make-simple-markup "c "))
295               ((-2) (make-smaller-markup (make-bold-markup "2")))
296               (else (make-simple-markup "bla")))))))))
297
298 \score {
299   \notes \context Voice \relative  c' {
300     \stemUp
301     \set autoBeaming = ##f
302     \time 2/4
303     <d f g>4
304     \once \override NoteHead #'print-function = #Note_head::brew_ez_stencil
305     <d f g>
306     \once \override NoteHead #'style = #'cross
307     <d f g>
308     \applyoutput #mc-squared
309     <d f g>
310     <<
311       { d8[ es-( fis^^ g] fis2-) }
312       \repeat unfold 5 { \applyoutput #mc-squared s8 }
313     >>
314   }
315 }
316 @end lilypond
317
318
319
320 @node What symbols to engrave?
321 @section What symbols to engrave?
322
323 @cindex engraving
324 @cindex typography
325
326 The formatting process in LilyPond decides where to place
327 symbols.  However, this can only be done once it is decided @emph{what}
328 symbols should be printed, in other words what notation to use.
329
330 Common music notation is a system of recording music that has evolved
331 over the past 1000 years.  The form that is now in common use, dates
332 from the early renaissance.  Although the basic form (i.e., note heads on a
333 5-line staff) has not changed, the details still change to express the
334 innovations of contemporary notation.  Hence, it encompasses some 500
335 years of music.  Its applications range from monophonic melodies to
336 monstrous counterpoint for large orchestras.
337
338 How can we get a grip on such a many-headed beast, and force it into
339 the confines of a computer program?  We have broken up the problem of
340 notation (as opposed to engraving, i.e., typography) into digestible
341 and programmable chunks: every type of symbol is handled by a separate
342 module, a so-called plug-in.  Each plug-in is completely modular and
343 independent, so each can be developed and improved separately.  People
344 who translate musical ideas to graphic symbols are called copyists or
345 engravers, so by analogy, each plug-in is called @code{engraver}.
346
347 In the following example, we see how we start out with a plug-in for
348 note heads, the @code{Note_heads_engraver}.
349
350 @lilypond[quote,raggedright]
351 \include "engraver-example.lyinc"
352
353 \score {
354   \topVoice
355   \paper {
356     \context {
357       \VoiceContext
358       \remove "Stem_engraver"
359       \remove "Phrasing_slur_engraver"
360       \remove "Slur_engraver"
361       \remove "Script_engraver"
362       \remove "Beam_engraver"
363       \remove "Auto_beam_engraver"
364     }
365     \context {
366       \StaffContext
367       \remove "Accidental_engraver"
368       \remove "Key_engraver"
369       \remove "Clef_engraver"
370       \remove "Bar_engraver"
371       \remove "Time_signature_engraver"
372       \remove "Staff_symbol_engraver"
373       \consists "Pitch_squash_engraver"
374     }
375   }
376 }
377 @end lilypond
378
379 @noindent
380 Then a @code{Staff_symbol_engraver} adds the staff
381
382 @lilypond[quote,raggedright]
383 \include "engraver-example.lyinc"
384
385 \score {
386   \topVoice
387   \paper {
388     \context {
389       \VoiceContext
390       \remove "Stem_engraver"
391       \remove "Phrasing_slur_engraver"
392       \remove "Slur_engraver"
393       \remove "Script_engraver"
394       \remove "Beam_engraver"
395       \remove "Auto_beam_engraver"
396     }
397     \context {
398       \StaffContext
399       \remove "Accidental_engraver"
400       \remove "Key_engraver"
401       \remove "Clef_engraver"
402       \remove "Bar_engraver"
403       \consists "Pitch_squash_engraver"
404       \remove "Time_signature_engraver"
405     }
406   }
407 }
408 @end lilypond
409
410 @noindent
411 the @code{Clef_engraver} defines a reference point for the staff
412
413 @lilypond[quote,raggedright]
414 \include "engraver-example.lyinc"
415
416 \score {
417   \topVoice
418   \paper {
419     \context {
420       \VoiceContext
421       \remove "Stem_engraver"
422       \remove "Phrasing_slur_engraver"
423       \remove "Slur_engraver"
424       \remove "Script_engraver"
425       \remove "Beam_engraver"
426       \remove "Auto_beam_engraver"
427     }
428     \context {
429       \StaffContext
430       \remove "Accidental_engraver"
431       \remove "Key_engraver"
432       \remove "Bar_engraver"
433       \remove "Time_signature_engraver"
434     }
435   }
436 }
437 @end lilypond
438
439 @noindent
440 and the @code{Stem_engraver} adds stems.
441
442 @lilypond[quote,raggedright]
443 \include "engraver-example.lyinc"
444
445 \score {
446   \topVoice
447   \paper {
448     \context {
449       \VoiceContext
450       \remove "Phrasing_slur_engraver"
451       \remove "Slur_engraver"
452       \remove "Script_engraver"
453       \remove "Beam_engraver"
454       \remove "Auto_beam_engraver"
455     }
456     \context {
457       \StaffContext
458       \remove "Accidental_engraver"
459       \remove "Key_engraver"
460       \remove "Bar_engraver"
461       \remove "Time_signature_engraver"
462     }
463   }
464 }
465 @end lilypond
466
467 The @code{Stem_engraver} is notified of any note head coming along.
468 Every time one (or more, for a chord) note head is seen, a stem
469 object is created and connected to the note head.
470 By adding engravers for beams, slurs, accents, accidentals, bar lines,
471 time signature, and key signature, we get a complete piece of
472 notation.
473
474 @lilypond[quote,raggedright]
475 \include "engraver-example.lyinc"
476 \score { \topVoice }
477 @end lilypond
478
479 This system works well for monophonic music, but what about
480 polyphony?  In polyphonic notation, many voices can share a staff.
481
482 @lilypond[quote,raggedright]
483 \include "engraver-example.lyinc"
484 \score { \context Staff << \topVoice \\ \botVoice >> }
485 @end lilypond
486
487 In this situation, the accidentals and staff are shared, but the
488 stems, slurs, beams, etc., are private to each voice.  Hence, engravers
489 should be grouped.  The engravers for note heads, stems, slurs, etc., go
490 into a group called ``Voice context,'' while the engravers for key,
491 accidental, bar, etc., go into a group called ``Staff context.''  In the
492 case of polyphony, a single Staff context contains more than one Voice
493 context.  In polyphonic notation, many voices can share a staff.
494 Similarly, more Staff contexts can be put into a single Score context.
495
496 @lilypond[quote,raggedright]
497 \include "engraver-example.lyinc"
498 \score {
499   <<
500     \new Staff << \topVoice \\ \botVoice >>
501     \new Staff << \pah \\ \hoom >>
502   >>
503 }
504 @end lilypond
505
506 @node Music representation
507 @section Music representation
508
509 Ideally, the input format for any high-level formatting system is an
510 abstract description of the content.  In this case, that would be the
511 music itself.  This poses a formidable problem: how can we define what
512 music really is? Instead of trying to find an answer, we have reversed
513 the question.  We write a program capable of producing sheet music,
514 and adjust the format to be as lean as possible.  When the format can
515 no longer be trimmed down, by definition we are left with content
516 itself.  Our program serves as a formal definition of a music
517 document.
518
519 The syntax is also the user-interface for LilyPond, hence it is easy
520 to type
521 @example
522 c'4 d'8
523 @end example
524 a quarter note C1 (middle C) and an eighth note D1 (D above middle C)
525 @lilypond[quote,fragment]
526 c'4 d'8
527 @end lilypond
528
529 On a microscopic scale, such syntax is easy to use.  On a larger
530 scale, syntax also needs structure.  How else can you enter complex
531 pieces like symphonies and operas?  The structure is formed by the
532 concept of music expressions: by combining small fragments of music
533 into larger ones, more complex music can be expressed.  For example
534
535 @lilypond[quote,verbatim,fragment,relative=1]
536 c4
537 @end lilypond
538
539 @noindent
540 Chords can be constructed with < and > enclosing the notes
541
542 @example
543 <c d e>4
544 @end example
545 @lilypond[quote,fragment,relative=1]
546 \new Voice { <c d e>4 }
547 @end lilypond
548
549 @noindent
550 This expression is put in sequence by enclosing it in curly braces
551 @code{@{@tie{}@dots{}@tie{}@}}
552
553 @example
554 @{ <c d e>4 f4 @}
555 @end example
556
557 @lilypond[quote,relative=1]
558 \new Voice { <c d e>4 f4 }
559 @end lilypond
560
561 @noindent       
562 The above is an expression also, and thus it may be combined again with
563 another simultaneous expression (a half note) using <<, @code{\\}, and >>
564
565 @example
566 << g2 \\ @{ <c d e>4 f4 @} >>
567 @end example
568 @lilypond[quote,fragment,relative=2]
569 \new Voice { << g2 \\ { <c d e>4 f4 } >> }
570 @end lilypond
571         
572 Such recursive structures can be specified neatly and formally in a
573 context-free grammar.  The parsing code is also generated from this
574 grammar.  In other words, the syntax of LilyPond is clearly and
575 unambiguously defined.
576
577 User-interfaces and syntax are what people see and deal with
578 most.  They are partly a matter of taste, and also subject of much
579 discussion.  Although discussions on taste do have their merit, they
580 are not very productive.  In the larger picture of LilyPond, the
581 importance of input syntax is small: inventing neat syntax is easy,
582 writing decent formatting code is much harder.  This is also
583 illustrated by the line-counts for the respective components: parsing
584 and representation take up less than 10% of the code.
585
586
587 @node Example applications
588 @section Example applications
589
590 We have written LilyPond as an experiment of how to condense the art
591 of music engraving into a computer program.  Thanks to all that hard
592 work, the program can now be used to perform useful tasks.  The
593 simplest application is printing notes.
594
595 @lilypond[quote,relative=1]
596 \time 2/4 c4 c g'4 g a4 a g2
597 @end lilypond
598
599 @noindent
600 By adding chord names and lyrics we obtain a lead sheet.
601
602 @lilypond[quote,raggedright]
603 \score {
604   <<
605     \context ChordNames \chords  { c2 c f2 c }
606     \new Staff \notes \relative c' { \time 2/4 c4 c g'4 g a4 a g2 }
607     \context Lyrics \lyrics  { twin4 kle twin kle lit tle star2 }
608   >>
609 }
610 @end lilypond
611
612 Polyphonic notation and piano music can also be printed.  The following
613 example combines some more exotic constructs.
614
615 @lilypondfile[quote,raggedright]{screech-boink.ly}
616
617 The fragments shown above have all been written by hand, but that is
618 not a requirement.  Since the formatting engine is mostly automatic, it
619 can serve as an output means for other programs that manipulate
620 music.  For example, it can also be used to convert databases of
621 musical fragments to images for use on websites and multimedia
622 presentations.
623
624 This manual also shows an application: the input format is text, and
625 can therefore be easily embedded in other text-based formats such as
626 La@TeX{}, HTML, or in the case of this manual, Texinfo.  By means of a
627 special program, the input fragments can be replaced by music images
628 in the resulting PostScript or HTML output files.  This makes it easy
629 to mix music and text in documents.
630
631
632
633 @node About this manual
634 @section About this manual
635
636 The manual is divided into the following chapters:
637 @itemize @bullet
638
639 @item
640 @ifhtml
641 The
642 @end ifhtml
643 @emph{@ref{Tutorial}}
644 gives a gentle introduction to typesetting music.
645 First time users should start here.
646
647 @item
648 @ifhtml
649 The
650 @end ifhtml
651 @emph{@ref{Notation manual}}
652 discusses topics grouped by notation construct.  Once you master the
653 basics, this is the place to look up details.
654
655 @item
656 @ifhtml
657 The
658 @end ifhtml
659 @emph{@ref{Changing defaults}}
660 explains how to fine tune layout.
661
662 @item
663 @ifhtml
664 The chapter
665 @end ifhtml
666 @emph{@ref{Invoking LilyPond}} shows how to run LilyPond and its helper
667 programs.
668
669 @item
670 @ifhtml
671 The
672 @end ifhtml
673 @emph{@ref{lilypond-book manual}}
674 explains  the details behind creating documents with in-line music
675 examples (like this manual).
676
677 @item
678 @ifhtml
679 The chapter
680 @end ifhtml
681 @emph{@ref{Converting from other formats}}
682 explains how to run the conversion programs.  These programs
683 are supplied with the LilyPond package, and convert a variety of music
684 formats to the @code{.ly}  format.  In addition, this section explains
685 how to upgrade input files from previous versions of LilyPond.
686
687 @item
688 @ifhtml
689 The
690 @end ifhtml
691 @emph{@ref{Literature list}}
692 contains a set of useful reference books, for those who wish to know
693 more  on notation and engraving.
694 @end itemize
695
696 Once you are an experienced user, you can use the manual as reference:
697 there is an extensive index@footnote{If you are looking for something,
698 and you cannot find it in the manual, that is considered a bug.  In
699 that case, please file a bug report.}, but the document is also
700 available in
701 @ifnothtml
702 a big HTML page,
703 @end ifnothtml
704 @ifhtml
705 @uref{../lilypond.html, a big HTML page}
706 @end ifhtml
707 which can be searched easily using the search facility of a web
708 browser.
709 @cindex search in manual
710 @cindex using the manual
711
712 @c FIXME:
713 @c add/integrate glossary, put in list above
714 If you are not familiar with music notation or music terminology
715 (especially if you are a non-native English speaker), it is advisable
716 to consult the glossary as well.  The glossary explains musical terms,
717 and includes translations to various languages.  It is a
718 @ifhtml
719 @uref{../music-glossary.html,separate document}.
720 @end ifhtml
721 @ifnothtml
722 separate document, available in HTML and PDF.
723 @end ifnothtml
724 @cindex idiom
725 @cindex jargon
726 @cindex terminology
727 @cindex foreign languages
728 @cindex language
729
730
731 This manual is not complete without a number of other documents.  They
732 are not available in print, but should be included with the
733 documentation package for your platform:
734
735 @itemize @bullet
736 @item
737 Program reference
738 @ifhtml
739 (available @uref{../lilypond-internals/lilypond-internals.html,here})
740 @end ifhtml
741
742 The program reference is a set of heavily cross linked HTML pages,
743 which document the nit-gritty details of each and every LilyPond
744 class, object, and function.  It is produced directly from the
745 formatting definitions used.
746
747 Almost all formatting functionality that is used internally, is
748 available directly to the user.  For example, all variables that
749 control thickness values, distances, etc., can be changed in input
750 files.  There are a huge number of formatting options, and all of them
751 are described in the generated documentation.  Each section of the
752 notation manual has a @b{See also} subsection, which refers to the
753 the generated documentation.  In the HTML document, these subsections
754 have clickable links.
755
756 @item
757 Templates
758 @ifhtml
759 (available @uref{../../../input/template/out-www/collated-files.html,here})
760 @end ifhtml
761
762 After you have gone through the tutorial, you should be able to write
763 input files.  In practice, writing files from scratch turns out to be
764 intimidating.  To give you a head start, we have collected a number of
765 often-used formats in example files; simply copy the template and add
766 notes in the appropriate places.
767
768 @item
769 Various input examples
770 @ifhtml
771 (available @uref{../../../../input/test/out-www/collated-files.html,here})
772 @end ifhtml
773 @cindex snippets
774
775 This collection of files shows various tips and tricks, and is
776 available as a big HTML document, with pictures and explanatory texts
777 included.
778
779 @item
780 The regression tests
781 @ifhtml
782 (available @uref{../../../input/regression/out-www/collated-files.html,here})
783 @end ifhtml
784
785 This collection of files tests each notation and engraving feature of
786 LilyPond in one file.  The collection is primarily there to help us
787 debug problems, but it can be instructive to see how we exercise the
788 program.  The format is similar to the the tips and tricks document.
789 @end itemize
790
791
792 In all HTML documents that have music fragments embedded, the LilyPond
793 input that was used to produce that image can be viewed by clicking
794 the image.
795
796 The location of the documentation files that are mentioned here can
797 vary from system to system.  On occasion, this manual refers to
798 initialization and example files.  Throughout this manual, we refer to
799 input files relative to the top-directory of the source archive.  For
800 example, @file{input/test/bla.ly} may refer to the file
801 @file{lilypond-1.7.19/input/test/bla.ly}.  On binary packages for the
802 Unix platform, the documentation and examples can typically be found
803 somewhere below @file{/usr/share/doc/lilypond/}.  Initialization files,
804 for example @file{scm/lily.scm}, or @file{ly/engraver-init.ly}, are
805 usually found in the directory @file{/usr/share/lilypond/}.
806
807 @cindex adjusting output
808 @cindex variables
809 @cindex properties
810 @cindex lilypond-internals
811 @cindex internal documentation
812 @cindex Scheme
813 @cindex extending lilypond
814 @cindex bug report
815 @cindex index
816
817 Finally, this and all other manuals, are available online both as PDF
818 files and HTML from the web site, which can be found at
819 @uref{http://www.lilypond.org/}.
820
821 @cindex website
822 @cindex URL