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