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