]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/tutorial.itely
486e3781ee6502046e2a6eca2efd63664c42ac22
[lilypond.git] / Documentation / user / tutorial.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond.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 @ignore
11 Tutorial guidelines:
12 - unless you have a really good reason, use either
13     @l ilypond[quote,ragged-right,verbatim]
14   or
15     @l ilypond[quote,ragged-right,verbatim,fragment,relative=2]
16   (without spaces)
17   Don't use any other relative=X commands (make it a non-fragment
18   example), and don't use fragment without relative=2.
19 - use "aes" and "ees" instead of "as" and "aes".  I know it's not
20   correct Dutch naming, but let's not confuse people with this until
21   we get to the Basic notation chapter.
22 @end ignore
23
24
25
26 @c   old info that will probably be removed.
27 @c TODO:
28 @c   * more details about running lilypond; error messages,
29 @c     compiling/viewing (emacs?)
30 @c   * where to go from First steps+More basics?
31
32 @c  wherever possible, do not include index entries here; the
33 @c  index should point to stuff in the reference manual.  -gp
34
35 @c Your first LilyPond score in 10 minutes?
36
37 @node Tutorial
38 @chapter Tutorial
39
40 This tutorial starts with an introduction to the LilyPond music
41 language and how to produce printed music.  After this first contact we
42 will explain how to create common musical notation.
43
44 @ifhtml
45 Many people learn programs by trying and fiddling around with the
46 program.  This is also possible with LilyPond.  If you click on a
47 picture in the HTML version of this manual, you will see the exact
48 LilyPond input that was used to generate that image.
49 Try it on this image
50
51 @lilypond[fragment,quote,ragged-right,relative=2]
52 c-\markup { \bold \huge { Click here.  } }
53 @end lilypond
54
55 By cutting and pasting everything from the @qq{Start cut-&-pastable-section}
56 to the end of the file, you have a
57 starting template for experiments.  If you like learning in this way,
58 you will probably want to print out or bookmark the
59 @ref{Cheat sheet}, which is a table listing of the most common
60 commands for quick reference.
61 @end ifhtml
62
63 @menu
64 * First steps::                 
65 * Single staff notation::       
66 * Multiple notes at once::      
67 * Songs::                       
68 * Final touches::               
69 @end menu
70
71
72 @node First steps
73 @section First steps
74
75 This section gives a basic introduction to working with LilyPond.
76
77 @menu
78 * Compiling a file::            
79 * Simple notation::             
80 * Working on text files::       
81 * How to read the tutorial::    
82 @end menu
83
84
85 @node Compiling a file
86 @subsection Compiling a file
87
88 The first example demonstrates how to start working with LilyPond.  To
89 create sheet music, we write a text file that specifies the
90 notation.  For example, if we write
91
92 @example
93 @{
94   c' e' g' e'
95 @}
96 @end example
97
98 @noindent
99 the result looks like this
100
101 @lilypond[quote,ragged-right]
102 {
103   c' e' g' e'
104 }
105 @end lilypond
106
107 @strong{Warning:} Every piece of LilyPond input needs to have @strong{@{ curly
108 braces @}} placed around the input.  The braces should be also be
109 surrounded by a space unless they are at the beginning or end of a
110 line to avoid ambiguities.  These may be omitted in some examples in this
111 manual, but don't forget them in your own music!
112
113 @cindex Case sensitive
114 In addition, LilyPond input is @strong{case sensitive}.  @code{ @{ c d e @} }
115 is valid input; @code{ @{ C D E @} } will produce an error message.
116
117 @sp 1
118
119 @subheading Entering music and viewing output
120
121 In this section we will explain what commands to run
122 and how to view or print the output.
123
124 @subsubheading MacOS X
125
126 If you double click LilyPond.app, it will open with an example
127 file. Save it, for example, to @file{test.ly} on your Desktop, and
128 then process it with the menu command @samp{Compile > Typeset File}.
129 The resulting PDF file will be displayed on your screen.
130
131 Be warned that the first time you ever run lilypond will take a minute
132 or two because all of the system fonts have to be analyzed first.
133
134 For future use of LilyPond, you should begin by selecting "New"
135 or "Open".
136
137 @subsubheading Windows
138
139 On Windows, start up a text-editor@footnote{Any simple or
140 programmer-oriented editor with UTF-8 support will do, for example
141 Notepad.  Do not use a word processor, since these insert formatting
142 codes that will confuse LilyPond.} and enter
143
144 @verbatim
145 {
146   c' e' g' e'
147 }
148 @end verbatim
149
150 Save it on the desktop as @file{test.ly} and make sure that it is not
151 called @file{test.ly.TXT}.  Double clicking @file{test.ly} will process
152 the file and show the resulting PDF file.
153
154
155 @subsubheading Unix
156
157 Begin by opening a terminal window and starting a text editor.  For
158 example, you could open an xterm and execute
159 @code{joe}@footnote{There are macro files for VIM addicts, and there
160 is a @code{LilyPond-mode} for Emacs addicts.  If they have not been
161 installed already, refer to the file @file{INSTALL.txt}.  These
162 easiest editing environment is @file{LilyPondTool}.  See
163 @ref{Editor support} for more information.}.  In your
164 text editor, enter the following input and save the file as
165 @file{test.ly}
166
167 @verbatim
168 {
169   c' e' g' e'
170 }
171 @end verbatim
172
173 @noindent
174 To process @file{test.ly}, proceed as follows
175
176 @example
177 lilypond test.ly
178 @end example
179
180 @noindent
181 You will see something resembling
182
183 @example
184 lilypond test.ly
185 GNU LilyPond 2.10.0
186 Processing `test.ly'
187 Parsing...
188 Interpreting music... [1]
189 Preprocessing graphical objects...
190 Calculating line breaks... [2]
191 Layout output to `test.ps'...
192 Converting to `test.pdf'...
193 @end example
194
195 @cindex PDF file
196 @cindex Viewing music
197
198 @noindent
199 The result is the file @file{test.pdf} which you can print or view
200 with the standard facilities of your operating system.@footnote{If
201 your system does not have any tools installed, you can try
202 @uref{http://@/www@/.cs@/.wisc@/.edu/@/~ghost/,Ghostscript}, a freely
203 available package for viewing and printing PDF and PostScript files.}
204
205
206 @node Simple notation
207 @subsection Simple notation
208
209 LilyPond will add some notation elements automatically.  In the next
210 example, we have only specified four pitches, but LilyPond has
211 added a clef, time signature, and rhythms.
212
213 @lilypond[quote,ragged-right,verbatim]
214 {
215   c' e' g' e'
216 }
217 @end lilypond
218
219 @noindent
220 This behavior may be altered, but in most cases these automatic values
221 are useful.
222
223
224 @subheading Pitches
225
226 The easiest way to enter notes is by using @code{\relative} mode.  In
227 this mode, the @rglos{interval} between the previous note and the
228 current note is assumed to be within a @rglos{fourth}.  We begin by
229 entering the most elementary piece of music, a @rglos{scale}.
230
231 @lilypond[quote,ragged-right,verbatim]
232 \relative c' {
233   c d e f
234   g a b c
235 }
236 @end lilypond
237
238 The initial note is @rglos{middle C}.  Each successive note
239 is within a fourth of the previous note -- in other words, the first
240 @samp{c} is the closest C to middle C.  This is followed by the closest
241 D to the previous note.  We can create melodies which have larger intervals:
242
243 @lilypond[quote,ragged-right,verbatim]
244 \relative c' {
245   d f a g
246   c b f d
247 }
248 @end lilypond
249
250 @noindent
251 As you may notice, this example does not start on middle C.  The first
252 note -- the @samp{d} -- is the closest D to middle C.
253
254 To add intervals that are larger than a fourth, we can raise the octave
255 by adding a single quote @code{'} (or apostrophe) to the note name.  We can
256 lower the octave by adding a comma @code{,} to the note name.
257
258 @lilypond[quote,ragged-right,verbatim]
259 \relative c'' {
260   a a, c' f,
261   g g'' a,, f'
262 }
263 @end lilypond
264
265 @noindent
266 To change a note by two (or more!) octaves, we use multiple @code{''} or
267 @code{,,} -- but be careful that you use two single quotes @code{''} and
268 not one double quote @code{"}@tie{}!  The initial value in
269 @code{\relative c'} may also be modified like this.
270
271
272 @subheading Durations (rhythms)
273
274 The @rglos{duration} of a note is specified by a number after the note
275 name.  @samp{1} for a @rglos{whole note}, @samp{2} for a @rglos{half note},
276 @samp{4} for a @rglos{quarter note} and so on.  Beams are added
277 automatically.
278
279 @lilypond[quote,ragged-right,verbatim]
280 \relative c'' {
281   a1
282   a2 a4 a8 a
283   a16 a a a a32 a a a a64 a a a a a a a a2
284 }
285 @end lilypond
286
287 @noindent
288 If you do not specify a duration, the previous duration is used
289 for the next note.  The duration of the first note defaults to a quarter.
290
291 To create @rglos{dotted notes}, add a dot @samp{.} to the duration number.
292
293 @lilypond[quote,ragged-right,verbatim]
294 \relative c'' {
295   a a a4. a8
296   a8. a16 a a8. a8 a4.
297 }
298 @end lilypond
299
300
301 @subheading Rests
302
303 A @rglos{rest} is entered just like a note with the name @samp{r}:
304
305 @lilypond[quote,ragged-right,verbatim]
306 \relative c'' {
307   a r r2
308   r8 a r4 r4. r8
309 }
310 @end lilypond
311
312
313 @subheading Time signature
314
315 The @rglos{time signature}) can be set with the @code{\time} command:
316
317 @lilypond[quote,ragged-right,verbatim]
318 \relative c'' {
319   \time 3/4
320   a4 a a
321   \time 6/8
322   a4. a
323   \time 4/4
324   a4 a a a
325 }
326 @end lilypond
327
328
329 @subheading Clef
330
331 The @rglos{clef} can be set using the @code{\clef} command:
332
333 @lilypond[quote,ragged-right,verbatim]
334 \relative c' {
335   \clef treble
336   c1
337   \clef alto
338         c1
339   \clef tenor
340   c1
341   \clef bass
342   c1
343 }
344 @end lilypond
345
346
347 @subheading All together
348
349 Here is a small example showing all these elements together:
350
351 @lilypond[quote,ragged-right,verbatim]
352 \relative c, {
353   \time 3/4
354   \clef bass
355   c2 e8 c' g'2.
356   f4 e d c4 c, r4
357 }
358 @end lilypond
359
360 @moreinfo
361 @quotation
362 @table @asis
363 @item Entering pitches and durations
364 see @ref{Pitches} and @ref{Durations}.
365 @item Rests
366 see @ref{Rests}.
367 @item Time signatures and other timing commands
368 see @ref{Time signature}.
369 @item Clefs
370 see @ref{Clef}.
371 @end table
372 @end quotation
373
374
375 @node Working on text files
376 @subsection Working on text files
377
378 LilyPond input files are treated like files in most programming languages:
379 they are case sensitive, white-space insensitive, expressions are
380 formed with curly braces @{ @}, and comments are denoted with @code{%} or
381 @code{%@{ .. %@}}.
382
383 If the previous sentence sounds like nonsense, don't worry!  We'll explain
384 what all these terms mean:
385
386 @itemize
387
388 @cindex Case sensitive
389 @item @strong{Case sensitive}:
390 it matters whether you enter a letter
391 in lower case (i.e. @code{a, b, s, t}) or upper case (i.e.
392 @code{A, B, S, T}).  Notes are lower case: @code{ @{ c d e @} }
393 is valid input; @code{ @{ C D E @} } will produce an error message.
394
395 @item @strong{Whitespace insensitive}:
396 it does not matter how many
397 spaces (or new lines) you add.  @code{ @{ c d e @}} means the same thing
398 as @code{ @{ c @ @ @ @ @  d e @} } and
399 @example
400           @{
401 c                        d
402   e @}
403 @end example
404
405 @noindent
406 Of course, the previous example is hard to read.  A good rule of thumb
407 is to indent code blocks with either a tab or two spaces:
408 @example
409 @{
410   c d e
411 @}
412 @end example
413
414 @item @strong{Expressions:}
415 Every piece of LilyPond input needs to have
416 @strong{@{ curly braces @}} placed around the input.  These braces tell
417 LilyPond that the input is a single music expression, just like
418 parenthesis @samp{()} in mathematics.  The braces should
419 be surrounded by a space unless they are at the beginning or end of a
420 line to avoid ambiguities.
421
422 A function (such as @code{\relative @{ @}} ) also counts as a single
423 music expression.
424
425 @cindex comments
426 @cindex line comment
427 @cindex block comment
428 @item @strong{Comments}:
429 A comment is a remark for the human reader of the music input; it is
430 ignored while parsing, so it has no effect on the printed output.
431 There are two types of comments.  The percent symbol @samp{%}
432 introduces a line comment; anything after @samp{%} on that line is
433 ignored.  A block comment marks a whole section of music
434 input as a comment.  Anything that is enclosed in @code{%@{} and @code{%@}} is
435 ignored.  The following fragment shows possible uses for comments
436
437 @example
438 % notes for twinkle twinkle follow
439   c4 c g' g a a g2
440
441 %@{
442     This line, and the notes below
443     are ignored, since they are in a
444     block comment.
445
446     g g f f e e d d c2
447 %@}
448 @end example
449
450 @end itemize
451
452 There are more tips for constructing input files in
453 @ref{Suggestions for writing LilyPond files}.
454
455
456 @node How to read the tutorial
457 @subsection How to read the tutorial
458
459 As we saw in @ref{Working on text files}, LilyPond input must be
460 surrounded by @{ @} marks or a @code{\relative c'' @{ ... @}}.  For the
461 rest of this manual, most examples will omit this.
462
463 If you are reading the HTML documentation and wish to see the exact
464 exact LilyPond code that was used to create the example, simply click
465 on the picture.  If you are not reading the HTML version, you could
466 copy and paste the displayed input, but you @strong{must} add the
467 @code{\relative c'' @{ @}} like this:
468
469 @example
470 \relative c'' @{
471   ... example goes here...
472 @}
473 @end example
474
475 Why omit the braces?  Most examples
476 in this manual can be inserted into the middle of a longer piece of
477 music.  For these examples, it does not make sense to add
478 @code{\relative c'' @{ @}} -- you should not place a @code{\relative}
479 inside another @code{\relative}, so you would not be able to copy
480 a small documentation example and paste it inside a longer piece
481 of your own.
482
483
484 @node Single staff notation
485 @section Single staff notation
486
487 This section introduces common notation that is used for one voice
488 on one staff.
489
490 @menu
491 * Relative note names::         
492 * Accidentals and key signatures::  
493 * Ties and slurs::              
494 * Articulation and dynamics::   
495 * Automatic and manual beams::  
496 * Advanced rhythmic commands::  
497 @end menu
498
499
500 @node Relative note names
501 @subsection Relative note names
502
503 As we saw in @ref{Simple notation}, LilyPond calculates the pitch of
504 each note relative to the previous one@footnote{There is another mode of
505 entering pitches, @ref{Absolute note names}, but in practice relative
506 mode is much easier and safer to use.}.  If no extra octave marks
507 (@code{'} and @code{,}) are added, it assumes that each pitch is within
508 a fourth of the previous note.
509
510 LilyPond examines pitches based on the note names -- in other words,
511 an augmented fourth is @emph{not} the same as a diminished fifth.  If we
512 begin at a C, then an F-sharp will be placed a higher than the C, while
513 a G-flat will be placed lower than the C.
514
515 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
516 c2 fis
517 c2 ges
518 @end lilypond
519
520 @moreinfo
521 @quotation
522 @table @asis
523 @item Relative octaves
524 see @ref{Relative octaves}.
525 @item Octave check
526 see @ref{Octave check}.
527 @end table
528 @end quotation
529
530
531
532 @node Accidentals and key signatures
533 @subsection Accidentals and key signatures
534
535 @subheading Accidentals
536
537 A @rglos{sharp} pitch is made by adding @samp{is} to
538 the name, and a @rglos{flat} pitch by adding @samp{es}.  As
539 you might expect, a @rglos{double sharp} or @rglos{double flat} is
540 made by adding @samp{isis} or @samp{eses}@footnote{This syntax
541 derived from note naming conventions in Nordic and Germanic languages,
542 like German and Dutch.  To use other names for accidentals, see
543 @ref{Note names in other languages}.}
544
545 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
546 cis1 ees fisis, aeses
547 @end lilypond
548
549 @cindex key signature, setting
550 @subheading Key signatures
551
552 The key signature is set with the command @code{\key} followed by
553 a pitch and @code{\major} or @code{\minor}.
554
555 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
556 \key d \major
557 a1
558 \key c \minor
559 a
560 @end lilypond
561
562 @sp 1
563
564 @subheading Warning: key signatures and pitches
565
566 To determine whether to print an accidental, LilyPond examines the
567 pitches and the key signature.  The key signature only effects
568 the @emph{printed} accidentals, not the actual pitches!  This is a
569 feature that often causes confusion to newcomers, so let us explain it
570 in more detail.
571
572 LilyPond makes a sharp distinction between musical content and
573 layout.  The alteration (flat, natural or sharp) of a note is part of
574 the pitch, and is therefore musical content.  Whether an accidental (a
575 @emph{printed} flat, natural or sharp sign) is printed in front of the
576 corresponding note is a question of layout.  Layout is something that
577 follows rules, so accidentals are printed automatically according to
578 those rules.  The pitches in your music are works of art, so they will
579 not be added automatically, and you must enter what you want to hear.
580
581 In this example
582
583 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
584 \key d \major
585 d cis fis
586 @end lilypond
587
588 @noindent
589 No note has a printed accidental, but you must still add the @samp{is} to
590 @code{cis} and @code{fis}.
591
592 The code @samp{e} does not mean @qq{print a black dot just below the
593 first line of the staff.}  Rather, it means: @qq{there is a note with
594 pitch E-natural.}  In the key of A-flat major, it @emph{does} get an
595 accidental:
596
597 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
598 \key aes \major
599 e
600 @end lilypond
601
602 Adding all alterations explicitly might require a little more effort
603 when typing, but the advantage is that transposing is easier, and
604 accidentals can be printed according to different conventions.  See
605 @ref{Automatic accidentals} for some examples how accidentals can be printed
606 according to different rules.
607
608 @moreinfo
609 @quotation
610 @table @asis
611 @item Accidentals
612 see @ref{Accidentals} and @ref{Automatic accidentals}.
613 @item Key signature
614 see @ref{Key signature}.
615 @end table
616 @end quotation
617
618
619 @node Ties and slurs
620 @subsection Ties and slurs
621
622 @cindex ties
623 @subheading Ties
624 A @rglos{tie} is created by appending a tilde @samp{~} to the first
625 note being tied
626
627 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
628 g4~ g c2~
629 c4 ~ c8 a8 ~ a2
630 @end lilypond
631
632 @cindex slurs
633 @subheading Slurs
634
635 A @rglos{slur} is a curve drawn across many notes.  The starting note
636 and ending note are marked with @samp{(} and @samp{)} respectively.
637
638 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
639 d4( c16) cis( d e c cis d) e( d4)
640 @end lilypond
641
642 @cindex slurs, phrasing
643 @cindex phrasing slurs
644 @subheading Phrasing slurs
645
646 @cindex phrasing slurs
647 Slurs to indicate longer phrasing can be entered with @code{\(} and
648 @code{\)}.  You can have both legato slurs and phrasing slurs at the
649 same time, but you cannot have simultaneous slurs or simultaneous
650 phrasing slurs.
651
652 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
653 a8(\( ais b c) cis2 b'2 a4 cis,\)
654 @end lilypond
655
656 @sp 1
657
658 @cindex slurs versus ties
659 @subheading Warnings: slurs vs. ties
660
661 A slur looks like a @rglos{tie}, but it has a different meaning.  A
662 tie simply makes the first note longer, and can only be used on
663 pairs of notes with the same pitch.  Slurs indicate the articulations
664 of notes, and can be used on larger groups of notes.  Slurs and ties
665 can be nested.
666
667 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
668 c2~( c8 fis fis4 ~ fis2 g2)
669 @end lilypond
670
671 @moreinfo
672 @quotation
673 @table @asis
674 @item Ties
675 see @ref{Ties}.
676 @item Slurs
677 see @ref{Slurs}.
678 @item Phrasing slurs
679 see @ref{Phrasing slurs}.
680 @end table
681 @end quotation
682
683
684 @node Articulation and dynamics
685 @subsection Articulation and dynamics
686
687 @cindex articulation
688 @cindex accents
689 @cindex staccato
690 @subheading Articulations
691
692 Common @rglos{articulations} can be added to a note using a dash @samp{-}
693 and a single character:
694
695 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
696 c-. c-- c-> c-^ c-+ c-_
697 @end lilypond
698
699 @cindex fingering
700 @subheading Fingerings
701 Similarly, fingering indications can be added to a note using a dash
702 (@samp{-}) and the digit to be printed:
703
704 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
705 c-3 e-5 b-2 a-1
706 @end lilypond
707
708 Articulations and fingerings are usually placed automatically, but you
709 can specify a direction using @samp{^} (up) or @samp{_} (down).  You can
710 also use multiple articulations on the same note.  However, in most cases
711 it is best to let LilyPond determine the articulation directions.
712
713 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
714 c_-^1 d^. f^4_2-> e^-_+
715 @end lilypond
716
717 @subheading Dynamics
718 Dynamic signs are made by adding the markings (with a backslash) to
719 the note
720
721 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
722 c\ff c\mf c\p c\pp
723 @end lilypond
724
725 @cindex dynamics
726 @cindex decrescendo
727 @cindex crescendo
728
729 Crescendi and decrescendi are started with the commands @code{\<} and
730 @code{\>}.  An ending dynamic, for example @code{\f}, will finish the
731 (de)crescendo, or the command @code{\!} can be used
732
733 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
734 c2\< c2\ff\> c2 c2\!
735 @end lilypond
736
737 @moreinfo
738 @quotation
739 @table @asis
740 @item Articulations
741 see @ref{Articulations}.
742 @item Fingering
743 see @ref{Fingering instructions}.
744 @item Dynamics
745 see @ref{Dynamics}.
746 @end table
747 @end quotation
748
749
750 @node Automatic and manual beams
751 @subsection Automatic and manual beams
752
753 @cindex beams, by hand
754 All @rglos{beam}s are drawn automatically:
755
756 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
757 a8 ais d ees r d c16 b a8
758 @end lilypond
759
760 @noindent
761 If you do not like the automatic beams, they may be overridden
762 manually.  Mark the first note to be beamed with @samp{[} and the last one
763 with @samp{]}.
764
765 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
766 a8[ ais] d[ ees r d] a b
767 @end lilypond
768
769 @moreinfo
770 @quotation
771 @table @asis
772 @item Automatic beams
773 see @ref{Automatic beams}.
774 @item Manual beams
775 see @ref{Manual beams}.
776 @end table
777 @end quotation
778
779
780 @node Advanced rhythmic commands
781 @subsection Advanced rhythmic commands
782
783 @cindex pickup
784 @cindex anacruse
785 @cindex partial measure
786 @subheading Partial measure
787
788 A pickup (or @rglos{anacrusis}) is entered with the keyword
789 @code{\partial}.  It is followed by a duration: @code{\partial 4} is
790 a quarter note pickup and @code{\partial 8} an eighth note.
791
792 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
793 \partial 8
794 f8 c2 d
795 @end lilypond
796
797 @cindex tuplets
798 @cindex triplets
799 @subheading Tuplets
800
801 Tuplets are made with the @code{\times} keyword.  It takes two
802 arguments: a fraction and a piece of music.  The duration of the piece
803 of music is multiplied by the fraction.  Triplets make notes occupy
804 2/3 of their notated duration, so a triplet has 2/3 as its fraction
805
806 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
807 \times 2/3 { f8 g a }
808 \times 2/3 { c r c }
809 \times 2/3 { f,8 g16 a g a }
810 \times 2/3 { d4 a8 }
811 @end lilypond
812
813 @cindex grace notes
814 @cindex acciaccatura
815 @cindex appoggiatura
816 @subheading Grace notes
817
818 Grace notes are created with the @code{\grace} command, although they
819 can also be created by prefixing a music expression with the
820 keyword @code{\appoggiatura} or @code{\acciaccatura}
821
822 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
823 c2 \grace { a32 b} c2
824 c2 \appoggiatura b16 c2
825 c2 \acciaccatura b16 c2
826 @end lilypond
827
828 @moreinfo
829 @quotation
830 @table @asis
831 @item Grace notes
832 see @ref{Grace notes},
833 @item Tuplets
834 see @ref{Tuplets},
835 @item Pickups
836 see @ref{Partial measures}.
837 @end table
838 @end quotation
839
840
841 @node Multiple notes at once
842 @section Multiple notes at once
843
844 This section introduces having more than one note at the same time:
845 multiple instruments, multiple staves for a single instrument (i.e. piano),
846 and chords.
847
848 Polyphony in music refers to having more than one voice occurring in
849 a piece of music.  Polyphony in LilyPond refers to having more than
850 one voice on the same staff.
851
852 @menu
853 * Music expressions explained::  
854 * Multiple staves::             
855 * Piano staves::                
856 * Single staff polyphony::      
857 * Combining notes into chords::  
858 @end menu
859
860
861 @node Music expressions explained
862 @subsection Music expressions explained
863
864 In LilyPond input files, music is represented by @emph{music
865 expressions}.  A single note is a music expression, although it is not
866 valid input all on its own.
867
868 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
869 a4
870 @end lilypond
871
872 Enclosing a group of notes in braces creates a new music expression:
873
874 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
875 { a4 g4 }
876 @end lilypond
877
878 Putting a group of music expressions (e.g. notes) in braces means that
879 are in sequence (i.e. each one follows the previous one).  The result
880 is another music expression:
881
882 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
883 { { a4 g } f g }
884 @end lilypond
885
886 @subheading Simultaneous music expressions: multiple staves
887
888 This technique is useful for polyphonic music.  To enter music
889 with more voices or more staves, we combine expressions in
890 parallel.  To indicate that two voices should play at the same time
891 simple enter a simultaneous combination of music expressions.  A
892 @q{simultaneous} music expression is formed by enclosing expressions inside
893 @code{<<} and @code{>>}.  In the following example, three sequences (all
894 containing two separate notes) are combined simultaneously:
895
896 @lilypond[quote,ragged-right,verbatim]
897 \relative c'' {
898   <<
899     { a4 g }
900     { f e }
901     { d b }
902   >>
903 }
904 @end lilypond
905
906 Note that we have indented each level of the input with a different
907 amount of space.  LilyPond does not care how much (or little) space there
908 is at the beginning of a line, but indenting LilyPond code like this makes
909 it much easier for humans to read.
910
911 @subheading Simultaneous music expressions: single staff
912
913 To determine the number of staves in a piece, LilyPond looks at the first
914 exression.  If it is a single note, there is one staff; if there is a
915 simultaneous expression, there is more than one staff.
916
917 @lilypond[quote,ragged-right,verbatim]
918 \relative c'' {
919   c2 <<c e>>
920   << { e f } { c <<b d>> } >>
921 }
922 @end lilypond
923
924 @cindex expression
925 @cindex music expression
926 @subheading Analogy: mathematical expressions
927
928 This mechanism is similar to mathematical
929 formulas: a big formula is created by composing small formulas.  Such
930 formulas are called expressions, and their definition is recursive so
931 you can make arbitrarily complex and large expressions.  For example,
932
933 @example
934 1
935
936 1 + 2
937
938 (1 + 2) * 3
939
940 ((1 + 2) * 3) / (4 * 5)
941 @end example
942
943 This is a sequence of expressions, where each expression is contained
944 in the next (larger) one.  The simplest expressions are numbers, and larger
945 ones are made by combining expressions with operators (like @samp{+},
946 @samp{*} and @samp{/}) and parentheses.  Like mathematical expressions,
947 music expressions can be nested arbitrarily deep, which is necessary
948 for complex music like polyphonic scores.
949
950
951 @node Multiple staves
952 @subsection Multiple staves
953
954 As we saw in @ref{Music expressions explained}, LilyPond input files
955 are constructed out of music expressions.  If the score begins with
956 simultaneous music expressions, LilyPond creates multiples staves.  However,
957 it is easier to see what happens if we create each staff explicitly.
958
959 To print more than one staff, each piece of music that makes up a
960 staff is marked by adding @code{\new Staff} before it.  These
961 @code{Staff} elements are then combined in parallel with @code{<<} and
962 @code{>>}:
963
964 @lilypond[quote,ragged-right,verbatim]
965 \relative c'' {
966   <<
967     \new Staff { \clef treble c }
968     \new Staff { \clef bass c,, }
969   >>
970 }
971 @end lilypond
972
973 The command @code{\new} introduces a @q{notation context.}  A notation
974 context is an environment in which musical events (like notes or
975 @code{\clef} commands) are interpreted.  For simple pieces, such
976 notation contexts are created automatically.  For more complex pieces, it
977 is best to mark contexts explicitly.
978
979 There are several types of contexts.  @code{Score}, @code{Staff},
980 and @code{Voice} handle melodic notation, while @code{Lyrics} sets lyric
981 texts and @code{ChordNames} prints chord names.
982
983 In terms of syntax, prepending @code{\new} to a music expression
984 creates a bigger music expression.  In this way it resembles the minus
985 sign in mathematics.  The formula @math{(4+5)} is an expression, so
986 @math{-(4+5)} is a bigger expression.
987
988 Time signatures entered in one staff affects all other staves, but
989 the key signature of one staff does @emph{not} affect other
990 staves@footnote{This behavior may be changed if desired; see
991 @ref{Changing defaults} for details.}.
992
993 @lilypond[quote,ragged-right,verbatim]
994 \relative c'' {
995   <<
996     \new Staff { \clef treble \time 3/4 c }
997     \new Staff { \clef bass \key d \major c,, }
998   >>
999 }
1000 @end lilypond
1001
1002
1003
1004
1005 @node Piano staves
1006 @subsection Piano staves
1007
1008 @cindex staff switch, manual
1009 @cindex cross staff voice, manual
1010 Piano music is typeset in two staves connected by a brace.  Printing
1011 such a staff is similar to the polyphonic example in @ref{Multiple staves},
1012 but now this entire expression is inserted inside a @code{PianoStaff}:
1013
1014 @example
1015 \new PianoStaff <<
1016   \new Staff @dots{}
1017   \new Staff @dots{}
1018 >>
1019 @end example
1020
1021 Here is a small example
1022
1023 @lilypond[quote,ragged-right,verbatim]
1024 \relative c'' {
1025   \new PianoStaff <<
1026     \new Staff { \time 2/4 c4 e g g, }
1027     \new Staff { \clef bass c,, c' e c }
1028   >>
1029 }
1030 @end lilypond
1031
1032 @moreinfo
1033 @quotation
1034 See @ref{Piano music}.
1035 @end quotation
1036
1037
1038 @node Single staff polyphony
1039 @subsection Single staff polyphony
1040
1041 @cindex polyphony
1042 @cindex multiple voices
1043 @cindex voices, more -- on a staff
1044 When different melodic lines are combined on a single staff they are
1045 printed as polyphonic voices; each voice has its own stems, slurs and
1046 beams, and the top voice has the stems up, while the bottom voice has
1047 them down.
1048
1049 Entering such parts is done by entering each voice as a sequence (with
1050 @code{@{...@}}) and combining these simultaneously, separating the
1051 voices with @code{\\}
1052
1053 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
1054 <<
1055   { a4 g2 f4~ f4 } \\
1056   { r4 g4 f2 f4 }
1057 >>
1058 @end lilypond
1059
1060 For polyphonic music typesetting, spacer rests can also be convenient;
1061 these are rests that do not print.  They are useful for filling up
1062 voices that temporarily do not play.  Here is the same example with a
1063 spacer rest (@samp{s}) instead of a normal rest (@samp{r}),
1064
1065 @lilypond[quote,ragged-right,verbatim,fragment,relative=2]
1066 <<
1067   { a4 g2 f4~ f4 } \\
1068   { s4 g4 f2 f4 }
1069 >>
1070 @end lilypond
1071
1072 @noindent
1073 Again, these expressions can be nested arbitrarily.
1074
1075 @lilypond[quote,fragment,verbatim,relative=2,fragment]
1076 <<
1077   \new Staff <<
1078     { a4 g2 f4~ f4 } \\
1079     { s4 g4 f2 f4 }
1080   >>
1081   \new Staff <<
1082     \clef bass
1083     { <c g>1 ~ <c g>4 } \\
1084     { e,,4 d e2 ~ e4}
1085   >>
1086 >>
1087 @end lilypond
1088
1089 @moreinfo
1090 @quotation
1091 See @ref{Basic polyphony}.
1092 @end quotation
1093
1094
1095 @node Combining notes into chords
1096 @subsection Combining notes into chords
1097
1098 @cindex chords
1099 Chords can be made by surrounding pitches with single angle brackets.  Angle
1100 brackets are the symbols @samp{<} and @samp{>}.
1101
1102 @lilypond[quote,fragment,verbatim,relative=2,fragment]
1103 r4 <c e g>4 <c f a>2
1104 @end lilypond
1105
1106 You can combine markings like beams and ties with chords.  They must
1107 be placed outside the angled brackets
1108
1109 @lilypond[quote,fragment,verbatim,relative=2,fragment]
1110 r4 <c e g>8[ <c f a>]~ <c f a>2
1111 @end lilypond
1112
1113 @lilypond[quote,fragment,verbatim,relative=2,fragment]
1114 r4 <c e g>8\>( <c e g> <c e g>4 <c f a>\!)
1115 @end lilypond
1116
1117
1118 @node Songs
1119 @section Songs
1120
1121 This section introduces vocal music and simple song sheets.
1122
1123 @menu
1124 * Printing lyrics::             
1125 * A lead sheet::                
1126 @end menu
1127
1128
1129 @node Printing lyrics
1130 @subsection Printing lyrics
1131
1132 @cindex Lyrics
1133 @cindex Songs
1134 Consider a simple melody:
1135
1136 @lilypond[quote,ragged-right,verbatim]
1137 \relative c'' {
1138   a4 e c r4
1139         b2 c4( d)
1140 }
1141 @end lilypond
1142
1143 The lyrics can be set to these notes, combining both with the
1144 @code{\addlyrics} keyword.  Lyrics are entered by separating each
1145 syllable with a space.
1146
1147 @lilypond[quote,ragged-right,verbatim]
1148 <<
1149   \relative c'' {
1150     a4 e c r4
1151           b2 c4( d)
1152   }
1153   \addlyrics { One day this shall be free }
1154 >>
1155 @end lilypond
1156
1157 @cindex melisma
1158 @cindex extender line
1159 This melody ends on a @rglos{melisma}, a single syllable (@q{free})
1160 sung to more than one note.  This is indicated with an @emph{extender
1161 line}.  It is entered as two underscores @code{__}:
1162
1163 @lilypond[quote,ragged-right,verbatim]
1164 <<
1165   \relative c'' {
1166     a4 e c r4
1167           b2 c4( d)
1168   }
1169   \addlyrics { One day this shall be free __ }
1170 >>
1171 @end lilypond
1172
1173 Similarly, hyphens between words can be entered as two dashes,
1174 resulting in a centered hyphen between two syllables
1175
1176 @c no ragged-right here because otherwise the hypens get lost.
1177 @lilypond[quote,verbatim]
1178 <<
1179   \relative c' {
1180     \time 2/4
1181     f4 f c c
1182   }
1183   \addlyrics { A -- le -- gri -- a }
1184 >>
1185 @end lilypond
1186
1187 @moreinfo
1188 @quotation
1189 More options, such as putting multiple stanzas below a melody, are
1190 discussed in @ref{Vocal music}.
1191 @end quotation
1192
1193
1194 @node A lead sheet
1195 @subsection A lead sheet
1196
1197 @cindex Lead sheets
1198 @cindex chords
1199 @cindex chord names
1200
1201 @c TODO: revise this, \chords { } is shorter and more intuitive.
1202 @c  I need help for this.  -gp
1203
1204 In popular music it is common to denote accompaniment with chord names.
1205 Such chords can be entered like notes,
1206
1207 @lilypond[quote,ragged-right,verbatim]
1208 \chordmode { c2 f4. g8 }
1209 @end lilypond
1210
1211 @noindent
1212 Now each pitch is read as the root of a chord instead of a note.
1213 This mode is switched on with @code{\chordmode}
1214
1215 Other chords can be created by adding modifiers after a colon.  The
1216 following example shows a few common modifiers
1217
1218 @lilypond[quote,verbatim,ragged-right]
1219 \chordmode { c2 f4:m g4:maj7 gis1:dim7 }
1220 @end lilypond
1221
1222 For lead sheets, chords are not printed on staves, but as names on a
1223 line for themselves.  This is achieved by using @code{\chords} instead
1224 of @code{\chordmode}.  This uses the same syntax as @code{\chordmode},
1225 but renders the notes in a @code{ChordNames} context, with the
1226 following result.
1227
1228 @lilypond[quote,verbatim,ragged-right]
1229 \chords { c2 f4.:m g4.:maj7 gis8:dim7 }
1230 @end lilypond
1231
1232 @cindex lead sheet
1233 When put together, chord names, lyrics and a melody form
1234 a lead sheet, for example,
1235
1236 @lilypond[quote,verbatim,ragged-right]
1237 %  this melody needs to be changed.  See my new example in 2.4.1. -gp
1238 <<
1239   \chords { r2 c:sus4 f }
1240   \relative {
1241     r4 c' \times 2/3 { f g g }
1242     \times 2/3 { g4( a2) }
1243   }
1244   \addlyrics { I want to break free __ }
1245 >>
1246 @end lilypond
1247
1248 A complete list of modifiers and other options for layout can be found
1249 in @ref{Chords}.
1250
1251
1252 @node Final touches
1253 @section Final touches
1254
1255 This is the final section of the tutorial; it demonstrates how to add the
1256 final touches to simple pieces, and provides an introduction to the rest
1257 of the manual.
1258
1259 @menu
1260 * Version number::              
1261 * Adding titles::               
1262 * Absolute note names::         
1263 * Organizing pieces with identifiers::  
1264 * After the tutorial::          
1265 * How to read the manual::      
1266 @end menu
1267
1268
1269 @node Version number
1270 @subsection Version number
1271
1272 @cindex versioning
1273 The @code{\version} statement marks for which version of LilyPond the file
1274 was written.  To mark a file for version 2.10.1, place
1275
1276 @example
1277 \version "2.10.1"
1278 @end example
1279
1280 @noindent
1281 at the top of your LilyPond file.
1282
1283 These annotations make future upgrades of LilyPond go more
1284 smoothly.  Changes in the syntax are handled with a special program,
1285 @file{convert-ly} (see @ref{Updating files with convert-ly}), and it uses
1286 @code{\version} to determine what rules to apply.
1287
1288
1289 @node Adding titles
1290 @subsection Adding titles
1291
1292 The title, composer, opus number, and similar information are entered
1293 in the @code{\header} block.  This exists outside of the main
1294 music expression; the @code{\header} block is usually placed underneath
1295 the @ref{Version number}.
1296
1297 @example
1298 \version "2.10.1"
1299 \header @{
1300   title = "Symphony"
1301   composer = "Me"
1302   opus = "Op. 9"
1303 @}
1304
1305 @{
1306   @dots{} music @dots{}
1307 @}
1308 @end example
1309
1310 When the file is processed, the title and composer are printed above
1311 the music.  More information on titling can be found in @ref{Creating
1312 titles}.
1313
1314
1315 @node Absolute note names
1316 @subsection Absolute note names
1317
1318 So far we have always used @code{\relative} to define pitches.  This is
1319 the easiest way to enter most music, but another way of defining pitches
1320 exists: absolute mode.
1321
1322 If you omit the @code{\relative}, LilyPond treats all pitches as
1323 absolute values.  A @code{c'} will always mean middle C, a @code{b} will
1324 always mean the note one step below middle C, and a @code{g,} will
1325 always mean the note on the bottom staff of the bass clef.
1326
1327 @lilypond[quote,verbatim,ragged-right]
1328 {
1329   \clef bass
1330   c' b g, g,
1331   g, f, f c'
1332 }
1333 @end lilypond
1334
1335 Here is a four-octave scale:
1336
1337 @lilypond[quote,verbatim,ragged-right]
1338 {
1339   \clef bass
1340   c, d, e, f,
1341   g, a, b, c
1342   d e f g
1343   a b c' d'
1344   \clef treble
1345   e' f' g' a'
1346   b' c'' d'' e''
1347   f'' g'' a'' b''
1348   c'''1
1349 }
1350 @end lilypond
1351
1352 As you can see, writing a melody in the treble clef involves a lot of
1353 quote ' marks.  Consider this fragment from Mozart:
1354
1355 @lilypond[quote,verbatim,ragged-right]
1356 {
1357   \key a \major
1358   \time 6/8
1359   cis''8. d''16 cis''8 e''4 e''8
1360   b'8. cis''16 b'8 d''4 d''8
1361 }
1362 @end lilypond
1363
1364 All these quotes makes the input less readable and it is a source of
1365 errors.  With @code{\relative}, the previous example is much easier
1366 to read:
1367
1368 @lilypond[quote,verbatim,ragged-right]
1369 \relative c'' {
1370   \key a \major
1371   \time 6/8
1372   cis8. d16 cis8 e4 e8
1373   b8. cis16 b8 d4 d8
1374 }
1375 @end lilypond
1376
1377 If you make a mistake with an octave mark (@code{'} or @code{,}) while
1378 working in @code{\relative} mode, it is very obvious -- many notes will
1379 be in the wrong octave.  When working in absolute mode, a single mistake
1380 will not be as visible, and will not be as easy to find.
1381
1382 However, absolute mode is useful for music which has large intervals, and
1383 is extremely useful for computer-generated LilyPond files.
1384
1385
1386 @node Organizing pieces with identifiers
1387 @subsection Organizing pieces with identifiers
1388
1389 When all of the elements discussed earlier are combined to produce
1390 larger files, the music expressions get a lot bigger.  In polyphonic
1391 music with many staves, the input files can become very confusing.  We can
1392 reduce this confusion by using @emph{identifiers}.
1393
1394 Identifiers (also known as variables or macros), we can break up
1395 complex music expressions.  An identifier is assigned as follows
1396
1397 @example
1398 namedMusic = @{ @dots{} @}
1399 @end example
1400
1401 The contents of the music expression @code{namedMusic} can be used
1402 later by placing a backslash in front of the name
1403 (@code{\namedMusic}, just like a normal LilyPond command).  Identifiers
1404 must be defined @emph{before} the main music expression.
1405
1406 @lilypond[quote,verbatim,ragged-right]
1407 violin = \new Staff { \relative c'' {
1408   a4 b c b
1409 }}
1410 cello = \new Staff { \relative c {
1411   \clef bass
1412   e2 d
1413 }}
1414 {
1415   <<
1416     \violin
1417     \cello
1418   >>
1419 }
1420 @end lilypond
1421
1422 @noindent
1423 The name of an identifier should have alphabetic characters only: no
1424 numbers, underscores, or dashes.
1425
1426 It is possible to use variables for many other types of objects in the
1427 input.  For example,
1428
1429 @example
1430 width = 4.5\cm
1431 name = "Wendy"
1432 aFivePaper = \paper @{ paperheight = 21.0 \cm @}
1433 @end example
1434
1435 Depending on its contents, the identifier can be used in different
1436 places.  The following example uses the above variables:
1437
1438 @example
1439 \paper @{
1440   \aFivePaper
1441   line-width = \width
1442 @}
1443 @{ c4^\name @}
1444 @end example
1445
1446
1447 @node After the tutorial
1448 @subsection After the tutorial
1449
1450 After finishing the tutorial, you should probably try writing a
1451 piece or two.  Start with one of the @ref{Templates} and
1452 add notes.  If you need any notation that was not covered in the
1453 tutorial, look at the Notation Reference, starting with
1454 @ref{Basic notation}.  If you want to write for an instrument
1455 ensemble which is not covered in the templates,
1456 take a look at @ref{Extending the templates}.
1457
1458 Once you have written a few short pieces, read the rest of
1459 the Learning Manual (chapters 3-5).  There's nothing wrong
1460 with reading them now, of course!  However, the rest of the
1461 Learning Manual assumes that you are familiar with
1462 LilyPond input.  You may wish to skim these chapters right
1463 now, and come back to them after you have more experience.
1464
1465
1466 @node How to read the manual
1467 @subsection How to read the manual
1468
1469 As we saw in @ref{How to read the tutorial}, many examples in the
1470 tutorial omitted a @code{\relative c'' @{ ... @}} around the printed
1471 example.
1472
1473 In the rest of the manual, we are much more lax about the
1474 printed examples: sometimes they may have omitted a
1475 @code{\relative c'' @{ ... @}}, but in other times a different initial
1476 pitch may be used (such as @code{c'} or @code{c,,}), and in some cases
1477 the whole example is in absolute note mode!  However, ambiguities like
1478 this only exist where the pitches are not important.  In any example
1479 where the pitch matters, we have explicitly stated our @code{\relative}
1480 our our absolute-mode @code{@{ @}}.
1481
1482 If you are still confused about the exact LilyPond input that was
1483 used in an example, read the HTML version (if you are not already doing
1484 so) and click on the picture of the music.  This will display the exact
1485 input that LilyPond used to generate this manual.
1486