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