]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/introduction.itely
* Documentation/user/notation.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.  In the
51 center show 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 a poor result.  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 doubly important: 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
205 must access to the formatting engine.  Hence, rules and settings cannot
206 be fixed by us at compile time, but they must be accessible for users
207 at 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
219 @end itemize
220
221 These problems have been addressed by integrating the GUILE
222 interpreter for the Scheme programming language and rewriting parts of
223 LilyPond in Scheme.  The new, flexible formatting is built around the
224 notion of graphical objects, described by Scheme variables and
225 functions.  This architecture encompasses formatting rules,
226 typographical style and individual formatting decisions.  The user has
227 direct access to most of these controls.
228
229 Scheme variables control layout decisions.  For example, many
230 graphical objects have a direction variable that encodes the choice
231 between up and down (or left and right).  Here you see two chords,
232 with accents and arpeggio.  In the first chord, the graphical objects
233 have all directions down (or left).  The second chord has all
234 directions up (right).
235
236 @lilypond[quote,raggedright,relative=1]
237 \new Score \with {
238   \override SpacingSpanner #'spacing-increment = #3
239   \override TimeSignature #'transparent = ##t
240   } {
241   \stemDown <e g b>4_>-\arpeggio
242   \override Arpeggio #'direction = #RIGHT
243   \stemUp <e g b>4^>-\arpeggio
244 }
245 @end lilypond
246
247 The process of formatting a score consists of reading and writing the
248 variables of graphical objects.
249
250 Some variables have a preset value.  For example, the thickness of many
251 lines---a characteristic of typographical style---are preset
252 variables.  Changing them gives a different typographical impression
253
254 @lilypond[quote,raggedright]
255 fragment = \notes {
256   \clef bass f8 as8
257   c'4-~ c'16 as g f e16 g bes c' des'4
258 }
259 \score {
260   <<
261     \new Staff \fragment
262     \new Staff \with {
263       \override Beam #'thickness = #0.3
264       \override Stem #'thickness = #0.5
265       \override Bar #'thickness = #3.6
266       \override Tie #'thickness = #2.2
267       \override StaffSymbol #'thickness = #3.0
268       \override Tie #'extra-offset = #'(0 .  0.3)
269    } \fragment
270    >>
271 }
272 @end lilypond
273
274 Formatting rules are also preset variables: each object has variables
275 containing procedures.  These procedure perform the actual formatting,
276 and by substituting different ones, we can change behavior.  In the
277 following example, the rule that note head objects use to produce
278 their symbol is changed during the music fragment
279
280 @lilypond[quote,raggedright]
281 #(define (mc-squared grob orig current)
282   (let ((interfaces (ly:grob-property grob 'interfaces))
283         (pos (ly:grob-property grob 'staff-position)))
284     (if (and (memq 'note-head-interface interfaces)
285              (memq pos '(-2 -3 -5)))
286         (begin
287           (ly:grob-set-property! grob 'print-function brew-new-markup-stencil)
288           (ly:grob-set-property! grob 'font-family 'roman)
289           (ly:grob-set-property!
290            grob 'text
291            (make-raise-markup
292             -0.5
293             (case pos
294               ((-5) (make-simple-markup "m"))
295               ((-3) (make-simple-markup "c "))
296               ((-2) (make-smaller-markup (make-bold-markup "2")))
297               (else (make-simple-markup "bla")))))))))
298
299 \score {
300   \notes \context Voice \relative  c' {
301     \stemUp
302     \set autoBeaming = ##f
303     \time 2/4
304     <d f g>4
305     \once \override NoteHead #'print-function = #Note_head::brew_ez_stencil
306     <d f g>
307     \once \override NoteHead #'style = #'cross
308     <d f g>
309     \applyoutput #mc-squared
310     <d f g>
311     <<
312       { d8[ es-( fis^^ g] fis2-) }
313       \repeat unfold 5 { \applyoutput #mc-squared s8 }
314     >>
315   }
316 }
317 @end lilypond
318
319
320
321 @node What symbols to engrave?
322 @section What symbols to engrave?
323
324 @cindex engraving
325 @cindex typography
326
327 The formatting process in LilyPond decides where to place
328 symbols.  However, this can only be done once it is decided @emph{what}
329 symbols should be printed, in other words what notation to use.
330
331 Common music notation is a system of recording music that has evolved
332 over the past 1000 years.  The form that is now in common use, dates
333 from the early renaissance.  Although, the basic form (i.e.  note heads on a
334 5-line staff) has not changed, the details still change to express the
335 innovations of contemporary notation.  Hence, it encompasses some 500
336 years of music.  Its applications range from monophonic melodies to
337 monstrous counterpoint for large orchestras.
338
339 How can we get a grip on such a many-headed beast, and force it into
340 the confines of a computer program?  We have broken up the problem of
341 notation (as opposed to engraving, i.e.  typography) into digestible
342 and programmable chunks: every type of symbol is handled by a separate
343 module, a so-called plug-in.  Each plug-in is completely modular and
344 independent, so each can be developed and improved separately.  People
345 that translate musical ideas to graphic symbols are called copyists or
346 engravers, so by analogy, each plug-in is called @code{engraver}.
347
348 In the following example, we see how we start out with a plug-in for
349 note heads, the @code{Note_heads_engraver}.
350
351 @lilypond[quote,raggedright]
352 \include "engraver-example.lyinc"
353
354 \score {
355   \topVoice
356   \paper {
357     \context {
358       \VoiceContext
359       \remove "Stem_engraver"
360       \remove "Phrasing_slur_engraver"
361       \remove "Slur_engraver"
362       \remove "Script_engraver"
363       \remove "Beam_engraver"
364       \remove "Auto_beam_engraver"
365     }
366     \context {
367       \StaffContext
368       \remove "Accidental_engraver"
369       \remove "Key_engraver"
370       \remove "Clef_engraver"
371       \remove "Bar_engraver"
372       \remove "Time_signature_engraver"
373       \remove "Staff_symbol_engraver"
374       \consists "Pitch_squash_engraver"
375     }
376   }
377 }
378 @end lilypond
379
380 @noindent
381 Then a @code{Staff_symbol_engraver} adds the staff
382
383 @lilypond[quote,raggedright]
384 \include "engraver-example.lyinc"
385
386 \score {
387   \topVoice
388   \paper {
389     \context {
390       \VoiceContext
391       \remove "Stem_engraver"
392       \remove "Phrasing_slur_engraver"
393       \remove "Slur_engraver"
394       \remove "Script_engraver"
395       \remove "Beam_engraver"
396       \remove "Auto_beam_engraver"
397     }
398     \context {
399       \StaffContext
400       \remove "Accidental_engraver"
401       \remove "Key_engraver"
402       \remove "Clef_engraver"
403       \remove "Bar_engraver"
404       \consists "Pitch_squash_engraver"
405       \remove "Time_signature_engraver"
406     }
407   }
408 }
409 @end lilypond
410
411 @noindent
412 The @code{Clef_engraver} defines a reference point for the staff
413
414 @lilypond[quote,raggedright]
415 \include "engraver-example.lyinc"
416
417 \score {
418   \topVoice
419   \paper {
420     \context {
421       \VoiceContext
422       \remove "Stem_engraver"
423       \remove "Phrasing_slur_engraver"
424       \remove "Slur_engraver"
425       \remove "Script_engraver"
426       \remove "Beam_engraver"
427       \remove "Auto_beam_engraver"
428     }
429     \context {
430       \StaffContext
431       \remove "Accidental_engraver"
432       \remove "Key_engraver"
433       \remove "Bar_engraver"
434       \remove "Time_signature_engraver"
435     }
436   }
437 }
438 @end lilypond
439
440 @noindent
441 And the @code{Stem_engraver} adds stems
442
443 @lilypond[quote,raggedright]
444 \include "engraver-example.lyinc"
445
446 \score {
447   \topVoice
448   \paper {
449     \context {
450       \VoiceContext
451       \remove "Phrasing_slur_engraver"
452       \remove "Slur_engraver"
453       \remove "Script_engraver"
454       \remove "Beam_engraver"
455       \remove "Auto_beam_engraver"
456     }
457     \context {
458       \StaffContext
459       \remove "Accidental_engraver"
460       \remove "Key_engraver"
461       \remove "Bar_engraver"
462       \remove "Time_signature_engraver"
463     }
464   }
465 }
466 @end lilypond
467
468 The @code{Stem_engraver} is notified of any note head coming along.
469 Every time one (or more, for a chord) note head is seen, a stem
470 object is created and connected to the note head.
471 By adding engravers for beams, slurs, accents, accidentals, bar lines,
472 time signature, and key signature, we get a complete piece of
473 notation.
474
475 @lilypond[quote,raggedright]
476 \include "engraver-example.lyinc"
477 \score { \topVoice }
478 @end lilypond
479
480 This system works well for monophonic music, but what about
481 polyphony?  In polyphonic notation, many voices can share a staff.
482
483 @lilypond[quote,raggedright]
484 \include "engraver-example.lyinc"
485 \score { \context Staff << \topVoice \\ \botVoice >> }
486 @end lilypond
487
488 In this situation, the accidentals and staff are shared, but the
489 stems, slurs, beams, etc.  are private to each voice.  Hence, engravers
490 should be grouped.  The engravers for note heads, stems, slurs, etc.  go
491 into a group called ``Voice context,'' while the engravers for key,
492 accidental, bar, etc.  go into a group called ``Staff context.'' In the
493 case of polyphony, a single Staff context contains more than one Voice
494 context.  In polyphonic notation, many voices can share a staff.
495 Similarly, more Staff contexts can be put into a single Score context
496
497 @lilypond[quote,raggedright]
498 \include "engraver-example.lyinc"
499 \score {
500   <<
501     \new Staff << \topVoice \\ \botVoice >>
502     \new Staff << \pah \\ \hoom >>
503   >>
504 }
505 @end lilypond
506
507 @node Music representation
508 @section Music representation
509
510 Ideally, the input format for any high-level formatting system is an
511 abstract description of the content.  In this case, that would be the
512 music itself.  This poses a formidable problem: how can we define what
513 music really is? Instead of trying to find an answer, we have reversed
514 the question.  We write a program capable of producing sheet music,
515 and adjust the format to be as lean as possible.  When the format can
516 no longer be trimmed down, by definition we are left with content
517 itself.  Our program serves as a formal definition of a music
518 document.
519
520 The syntax is also the user-interface for LilyPond, hence it is easy
521 to type
522 @example
523 c'4 d'8
524 @end example
525 a quarter note C1 (middle C) and eighth note D1 (D above middle C)
526 @lilypond[quote,fragment]
527 c'4 d'8
528 @end lilypond
529
530 On a microscopic scale, such syntax is easy to use.  On a larger
531 scale, syntax also needs structure.  How else can you enter complex
532 pieces like symphonies and operas?  The structure is formed by the
533 concept of music expressions: by combining small fragments of music
534 into larger ones, more complex music can be expressed.  For example
535
536 @lilypond[quote,verbatim,fragment,relative=1]
537 c4
538 @end lilypond
539
540 Combine this simultaneously with two other notes by enclosing in << and >>
541
542 @example
543 <<c4 d4 e4>>
544 @end example
545 @lilypond[quote,fragment,relative=1]
546 \new Voice { <<c4 d4 e4>> }
547 @end lilypond
548
549 This expression is put in sequence by enclosing it in curly braces
550 @code{@{ @dots{} @}}
551
552 @example
553 @{ <<c4 d4 e4>> f4 @}
554 @end example
555
556 @lilypond[quote,relative=1]
557 \new Voice { <<c4 d4 e4>> f4 }
558 @end lilypond
559         
560 The above is another expression, and therefore, it many combined again
561 with a simultaneous expression; in this case, a half note
562
563 @example
564 << @{ <<c4 d4 e4>> f4 @} g2 >>
565 @end example
566 @lilypond[quote,fragment,relative=2]
567 \new Voice { << g2 \\ { <c d e>4 f4 } >> }
568 @end lilypond
569         
570
571 Such recursive structures can be specified neatly and formally in a
572 context-free grammar.  The parsing code is also generated from this
573 grammar.  In other words, the syntax of LilyPond is clearly and
574 unambiguously defined.
575
576 User-interfaces and syntax are what people see and deal with
577 most.  They are partly a matter of taste, and also subject of much
578 discussion.  Although discussions on taste do have their merit, they
579 are not very productive.  In the larger picture of LilyPond, the
580 importance of input syntax is small: inventing neat syntax is easy,
581 writing decent formatting code is much harder.  This is also
582 illustrated by the line-counts for the respective components: parsing
583 and representation take up less than 10% of the code.
584
585
586 @node Example applications
587 @section Example applications
588
589 We have written LilyPond as an experiment of how to condense the art
590 of music engraving into a computer program.  Thanks to all that hard
591 work, the program can now be used to perform useful tasks.  The
592 simplest application is printing notes
593
594 @lilypond[quote,relative=1]
595 \time 2/4 c4 c g'4 g a4 a g2
596 @end lilypond
597
598 @noindent
599 By adding chord names and lyrics we obtain a lead sheet
600
601 @lilypond[quote,raggedright]
602 \score {
603   <<
604     \context ChordNames \chords  { c2 c f2 c }
605     \new Staff \notes \relative c' { \time 2/4 c4 c g'4 g a4 a g2 }
606     \context Lyrics \lyrics  { twin4 kle twin kle lit tle star2 }
607   >>
608 }
609 @end lilypond
610
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 @item
662 @ifhtml
663 The chapter
664 @end ifhtml
665 @emph{@ref{Invoking LilyPond}} shows how to run LilyPond and its helper
666 programs.
667
668 @item
669 @ifhtml
670 The
671 @end ifhtml
672 @emph{@ref{lilypond-book manual}}
673 explains  the details behind creating documents with in-line music
674 examples (like this manual).
675
676 @item
677 @ifhtml
678 The chapter
679 @end ifhtml
680 @emph{@ref{Converting from other formats}}
681 explains how to run the conversion programs.  These programs
682 are supplied with the LilyPond package, and convert a variety of music
683 formats to the @code{.ly}  format.  In addition, this section explains
684 how to upgrade input files from previous versions of LilyPond.
685
686 @item
687 @ifhtml
688 The
689 @end ifhtml
690 @emph{@ref{Literature list}}
691  contains a set of useful reference books, for those who wish to know
692  more  on notation and engraving.
693
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 documents 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 thicknesses, 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.  These files can be used as a
766 start; simply copy the template and add notes in the appropriate
767 places.
768
769 @item
770   Various input examples
771 @ifhtml
772 (available @uref{../../../../input/test/out-www/collated-files.html,here})
773 @end ifhtml
774 @cindex snippets
775
776 This collection of files shows various tips and tricks, and is
777 available as a big HTML document, with pictures and explanatory texts
778 included.
779
780 @item
781   The regression tests
782 @ifhtml
783 (available @uref{../../../input/regression/out-www/collated-files.html,here})
784 @end ifhtml
785
786 This collection of files tests each notation and engraving feature of
787 LilyPond in one file.  The collection is primarily there to help us
788 debug problems, but it can be instructive to see how we exercise the
789 program.  The format is similar to the the tips and tricks document.
790
791 @end itemize
792
793
794 In all HTML documents that have music fragments embedded, the LilyPond
795 input that was used to produce that image can be viewed by clicking
796 the image.
797
798 The location of the documentation files that are mentioned here can
799 vary from system to system.  On occasion, this manual refers to
800 initialization and example files.  Throughout this manual, we refer to
801 input files relative to the top-directory of the source archive.  For
802 example, @file{input/test/bla.ly} may refer to the file
803 @file{lilypond-1.7.19/input/test/bla.ly}.  On binary packages for the
804 Unix platform, the documentation and examples can typically be found
805 somewhere below @file{/usr/share/doc/lilypond/}.  Initialization files,
806 for example @file{scm/lily.scm}, or @file{ly/engraver-init.ly}, are
807 usually found in the directory @file{/usr/share/lilypond/}.
808
809 @cindex adjusting output
810 @cindex variables
811 @cindex properties
812 @cindex lilypond-internals
813 @cindex internal documentation
814 @cindex Scheme
815 @cindex extending lilypond
816 @cindex bug report
817 @cindex index
818
819 Finally, this and all other manuals, are available online both as PDF
820 files and HTML from the web site, which can be found at
821 @uref{http://www.lilypond.org/}.
822
823 @cindex website
824 @cindex URL