]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/basic-notation.itely
Extremely minor fix.
[lilypond.git] / Documentation / user / basic-notation.itely
1 @c -*- coding: latin-1; mode: texinfo; -*-
2 @c This file is part of lilypond.tely
3
4 @c A menu is needed before every deeper *section nesting of @node's; run
5 @c     M-x texinfo-all-menus-update
6 @c to automatically fill in these menus before saving changes
7
8
9 @node Basic notation
10 @chapter Basic notation
11
12 This chapter explains how to use all basic notation features.
13
14 @menu
15 * Note entry::                  
16 * Alternate music entry::       
17 * Staff notation::              
18 * Connecting notes::            
19 * Expressive marks::            
20 * Polyphony::                   
21 * Repeats::                     
22 @end menu
23
24
25
26 @node Note entry
27 @section Note entry
28 @cindex Note entry
29
30 This section is about basic notation elements like notes, rests, and
31 related constructs, such as stems, tuplets and ties.
32
33 @menu
34 * Notes::                       
35 * Pitches::                     
36 * Cautionary accidentals::      
37 * Micro tones::                 
38 * Chords::                      
39 * Rests::                       
40 * Skips::                       
41 * Durations::                   
42 * Augmentation dots::           
43 * Tuplets::                     
44 * Scaling durations::           
45 @end menu
46
47
48 @node Notes
49 @subsection Notes
50
51 @cindex Note specification
52 @cindex entering notes
53
54 A note is printed by specifying its pitch and then its duration,
55
56 @lilypond[quote,verbatim,raggedright,fragment]
57 cis'4 d'8 e'16 c'16
58 @end lilypond
59
60 @seealso
61
62 This manual: @ref{Pitches}, @ref{Durations}
63
64
65 @node Pitches
66 @subsection Pitches
67
68 @cindex Pitch names
69 @cindex pitches
70
71 The most common syntax for pitch entry is used for standard notes and
72 @code{\chordmode} modes.  In these modes, pitches may be designated by
73 names.  The notes are specified by the letters @code{a} through
74 @code{g}.  The octave is formed with notes ranging from @code{c}
75 to @code{b}.  The pitch @code{c} is an octave below middle C and the
76 letters span the octave above that C
77
78 @lilypond[quote,fragment,verbatim,raggedright]
79 \clef bass
80 a,4 b, c d e f g a b c' d' e' \clef treble f' g' a' b' c''
81 @end lilypond
82
83 @cindex @code{'}
84 @cindex @code{,}
85
86 The optional octave specification takes the form of a series of
87 single quote (`@code{'}') characters or a series of comma
88 (`@code{,}') characters.  Each @code{'} raises the pitch by one
89 octave; each @code{,} lowers the pitch by an octave
90
91 @lilypond[quote,raggedright,fragment,verbatim]
92 c' c'' e' g d'' d'
93 @end lilypond
94
95 @cindex note names, Dutch
96
97 A sharp is formed by adding @code{-is} to the end of a pitch name and
98 a flat is formed by adding @code{-es}.  Double sharps and double flats
99 are obtained by adding @code{-isis} or @code{-eses}.  These
100 names are the Dutch note names.  In Dutch, @code{aes} is contracted to
101 @code{as}, but both forms are accepted.  Similarly, both
102 @code{es} and @code{ees} are accepted
103
104 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
105 ceses4
106 ces
107 c
108 cis
109 cisis
110 @end lilypond
111
112 There are predefined sets of note names for various other languages.
113 To use them, include the language specific init file.  For
114 example: @code{\include "english.ly"}.  The available language files
115 and the note names they define are
116
117 @anchor{note name}
118 @anchor{note names}
119 @example
120                         Note Names               sharp       flat
121 nederlands.ly  c   d   e   f   g   a   bes b   -is         -es
122 english.ly     c   d   e   f   g   a   bf  b   -s/-sharp   -f/-flat
123                                                -x (double)
124 deutsch.ly     c   d   e   f   g   a   b   h   -is         -es
125 norsk.ly       c   d   e   f   g   a   b   h   -iss/-is    -ess/-es
126 svenska.ly     c   d   e   f   g   a   b   h   -iss        -ess
127 italiano.ly    do  re  mi  fa  sol la  sib si  -d          -b
128 catalan.ly     do  re  mi  fa  sol la  sib si  -d/-s       -b
129 espanol.ly     do  re  mi  fa  sol la  sib si  -s          -b
130 @end example
131
132
133 @commonprop
134
135 In accordance with standard typsetting rules, a natural sign is printed
136 before a sharp or flat if a previous accidental needs to be
137 cancelled.  To change this behaviour, use
138 @code{\set Staff.extraNatural = ##f}
139
140 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
141 ceses4 ces cis c
142 \set Staff.extraNatural = ##f
143 ceses4 ces cis c
144 @end lilypond
145
146
147 @seealso
148
149 Program reference: @internalsref{LedgerLineSpanner}, @internalsref{NoteHead}.
150
151
152 @node Cautionary accidentals
153 @subsection Cautionary accidentals 
154
155 @cindex reminder accidental
156 @cindex @code{?}
157 @cindex cautionary accidental
158 @cindex parenthesized accidental
159 @cindex @code{!}
160
161 Normally accidentals are printed automatically, but you may also
162 print them manually.  A reminder accidental
163 can be forced by adding an exclamation mark @code{!}
164 after the pitch.  A cautionary accidental
165 (i.e., an accidental within parentheses) can be obtained by adding the
166 question mark `@code{?}' after the pitch.
167
168 @lilypond[quote,raggedright,fragment,verbatim]
169 cis' cis' cis'! cis'?
170 @end lilypond
171
172
173 @seealso
174
175 The automatic production of accidentals can be tuned in many
176 ways.  For more information, refer to @ref{Automatic accidentals}.
177
178
179
180 @node Micro tones
181 @subsection Micro tones
182
183 @cindex quarter tones
184 @cindex semi-flats, semi-sharps
185
186 Half-flats and half-sharps are formed by adding @code{-eh} and
187 @code{-ih}; the following is a series of Cs with increasing pitches
188
189 @lilypond[verbatim,raggedright,quote,relative=2,fragment]
190 \set Staff.extraNatural = ##f
191 ceseh ceh cih cisih
192 @end lilypond
193
194 Micro tones are also exported to the MIDI file.
195
196
197 @refbugs
198
199 There are no generally accepted standards for denoting three quarter
200 flats, so LilyPond's symbol does not conform to any standard.
201
202
203 @node Chords
204 @subsection Chords
205
206 @cindex Chords
207
208 A chord is formed by a enclosing a set of pitches in @code{<} and
209 @code{>}.  A chord may be followed by a duration, and a set of
210 articulations, just like simple notes
211
212 @lilypond[verbatim,raggedright,fragment,quote,relative=1]
213 <c e g>4 <c>8
214 @end lilypond
215
216 For more information about chords, see @ref{Chord names}.
217
218
219 @node Rests
220 @subsection Rests
221 @cindex Rests
222
223
224 @cindex @code{\rest}
225 @cindex @code{r}
226
227 Rests are entered like notes with the note name @code{r}
228
229 @lilypond[fragment,quote,raggedright,verbatim]
230 r1 r2 r4 r8
231 @end lilypond
232
233 Whole bar rests, centered in middle of the bar,
234 must be done with multi-measure rests.  They are discussed in
235 @ref{Multi measure rests}.
236
237
238 A rest's vertical position may be explicitly specified by entering a
239 note with the @code{\rest} keyword appended, the rest will be placed at
240 the note's place.  This makes manual formatting in polyphonic music
241 easier.  Automatic rest collision formatting will leave these rests
242 alone
243
244 @lilypond[fragment,quote,raggedright,verbatim]
245 a'4\rest d'4\rest
246 @end lilypond
247
248 @seealso
249
250 Program reference: @internalsref{Rest}.
251
252
253 @node Skips
254 @subsection Skips
255
256 @cindex Skip
257 @cindex Invisible rest
258 @cindex Space note
259 @cindex @code{\skip}
260 @cindex @code{s}
261
262 An invisible rest (also called a `skip') can be entered like a note
263 with note name `@code{s}' or with @code{\skip @var{duration}}
264
265 @lilypond[fragment,quote,raggedright,verbatim,relative=2]
266 a4 a4 s4 a4 \skip 1 a4
267 @end lilypond
268
269 The @code{s} syntax is only available in note mode and chord mode.  In
270 other situations, for example, when entering lyrics, you should use
271 the @code{\skip} command
272
273 @lilypond[quote,raggedright,verbatim]
274 <<
275   \relative { a'2 a2 }
276   \new Lyrics \lyricmode { \skip 2 bla2 }
277 >>
278 @end lilypond
279
280 The skip command is merely an empty musical placeholder.  It does not
281 produce any output, not even transparent output.
282
283 The @code{s} skip command does create @internalsref{Staff} and
284 @internalsref{Voice} when necessary, similar to note and rest
285 commands.  For example, the following results in an empty staff.
286
287 @lilypond[quote,raggedright,verbatim]
288 { s4 }
289 @end lilypond
290
291 The fragment @code{@{ \skip 4 @} } would produce an empty page.
292
293 @seealso
294
295 Program reference: @internalsref{SkipMusic}.
296
297
298 @node Durations
299 @subsection Durations
300
301 @cindex duration
302 @cindex @code{\longa}
303 @cindex @code{\breve}
304 @cindex @code{\maxima}
305
306 In Note, Chord, and Lyrics mode, durations are designated by numbers and
307 dots: durations are entered as their reciprocal values.  For example, a
308 quarter note is entered using a @code{4} (since it is a 1/4 note), while
309 a half note is entered using a @code{2} (since it is a 1/2 note).  For
310 notes longer than a whole you must use the variables @code{\longa} and
311 @code{\breve}
312
313 @example
314 c'\breve
315 c'1 c'2 c'4 c'8 c'16 c'32 c'64 c'64
316 r\longa r\breve
317 r1 r2 r4 r8 r16 r32 r64 r64
318 @end example
319
320 @lilypond[quote]
321 \score {
322  \relative c'' {
323     a\breve*1/2 \autoBeamOff
324     a1 a2 a4 a8 a16 a32 a64 a64
325    \bar "empty"
326    \break
327     r\longa*1/4 r\breve *1/2
328     r1 r2 r4 r8 r16 r32 r64 r64
329   }
330   \layout {
331     raggedright = ##t
332     \context {
333       \Staff
334         \remove "Clef_engraver"
335         \override StaffSymbol #'transparent = ##t
336         \override TimeSignature #'transparent = ##t
337         \override BarLine #'transparent = ##t
338         \consists "Pitch_squash_engraver"
339     }
340   }
341 }
342 @end lilypond
343
344 If the duration is omitted then it is set to the previously entered
345 duration.  The default for the first note is a quarter note.
346
347 @lilypond[quote,raggedright,verbatim,fragment]
348 { a a a2 a a4 a a1 a }
349 @end lilypond
350
351
352 @node Augmentation dots
353 @subsection Augmentation dots
354
355 @cindex @code{.}
356
357 To obtain dotted note lenghts, simply add a dot (`@code{.}') to
358 the number.  Double-dotted notes are produced in a similar way.
359
360 @lilypond[quote,raggedright,fragment,verbatim]
361 a'4 b' c''4. b'8 a'4. b'4.. c''8.
362 @end lilypond
363
364 @refcommands
365
366 Dots are normally moved up to avoid staff lines, except in polyphonic
367 situations.  The following commands may be used to force a particular
368 direction manually
369
370 @cindex @code{\dotsUp}
371 @code{\dotsUp},
372 @cindex @code{\dotsDown}
373 @code{\dotsDown},
374 @cindex @code{\dotsNeutral}
375 @code{\dotsNeutral}.
376
377 @seealso
378
379 Program reference: @internalsref{Dots}, and @internalsref{DotColumn}.
380
381
382 @node Tuplets
383 @subsection Tuplets
384
385 @cindex tuplets
386 @cindex triplets
387 @cindex @code{\times}
388
389 Tuplets are made out of a music expression by multiplying all durations
390 with a fraction
391
392 @example
393 \times @var{fraction} @var{musicexpr}
394 @end example
395
396 @noindent
397 The duration of @var{musicexpr} will be multiplied by the fraction.
398 The fraction's denominator will be printed over the notes, optionally
399 with a bracket.  The most common tuplet is the triplet in which 3
400 notes have the length of 2, so the notes are 2/3 of their written
401 length
402
403 @lilypond[quote,raggedright,fragment,verbatim]
404 g'4 \times 2/3 {c'4 c' c'} d'4 d'4
405 @end lilypond
406
407 @refcommands
408
409 @cindex @code{\tupletUp}
410 @code{\tupletUp},
411 @cindex @code{\tupletDown}
412 @code{\tupletDown},
413 @cindex @code{\tupletNeutral}
414 @code{\tupletNeutral}.
415
416
417 @commonprop
418
419 @cindex @code{tupletNumberFormatFunction}
420 @cindex tuplet formatting
421
422 The property @code{tupletSpannerDuration} specifies how long each
423 bracket should last.  With this, you can make lots of tuplets while
424 typing @code{\times} only once, thus saving lots of typing.  In the next
425 example, there are two triplets shown, while @code{\times} was only
426 used once
427
428 @lilypond[quote,fragment,relative=1,raggedright,verbatim]
429 \set tupletSpannerDuration = #(ly:make-moment 1 4)
430 \times 2/3 { c'8 c c c c c }
431 @end lilypond
432
433 The format of the number is determined by the property
434 @code{tupletNumberFormatFunction}.  The default prints only the
435 denominator, but if it is set to the Scheme function
436 @code{fraction-tuplet-formatter}, @var{num}:@var{den} will be printed
437 instead.
438
439
440 @seealso
441
442 Program reference: @internalsref{TupletBracket}, and @internalsref{TimeScaledMusic}.
443
444
445 @refbugs
446
447 Nested tuplets are not formatted automatically.  In this case, outer
448 tuplet brackets should be moved manually, which is demonstrated in
449 @inputfileref{input/@/regression,tuplet@/-nest@/.ly}.
450
451
452 @node Scaling durations
453 @subsection Scaling durations
454
455 You can alter the length of duration by a fraction @var{N/M}
456 appending `@code{*}@var{N/M}' (or `@code{*}@var{N}' if @var{M=1}).  This
457 will not affect the appearance of the notes or rests produced.
458
459 In the following example, the first three notes take up exactly two
460 beats, but no triplet bracket is printed.
461 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
462 \time 2/4
463 a4*2/3 gis4*2/3 a4*2/3
464 a4 a4 a4*2
465 b16*4 c4
466 @end lilypond
467
468
469 @seealso
470
471 This manual: @ref{Tuplets}
472
473
474
475 @node Alternate music entry
476 @section Alternate music entry
477 @cindex Music entry
478
479 This section deals with tricks and features of the input language that
480 were added solely to help entering music and finding and correcting
481 mistakes.  There are also external tools that make debugging easier.
482 See @ref{Point and click} for more information.
483
484 It is also possible to enter and edit music using other programs, such as
485 GUI interfaces or MIDI sequencers.  Refer to the LilyPond
486 website for more information.
487
488 @menu
489 * Relative octaves::            
490 * Octave check::                
491 * Transpose::                   
492 * Bar check::                   
493 * Skipping corrected music::    
494 * Automatic note splitting::    
495 @end menu
496
497
498 @node Relative octaves
499 @subsection Relative octaves
500
501 @cindex Relative
502 @cindex Relative octave specification
503 @cindex @code{\relative}
504
505 Octaves are specified by adding @code{'} and @code{,} to pitch names.
506 When you copy existing music, it is easy to accidentally put a pitch
507 in the wrong octave and hard to find such an error.  The relative
508 octave mode prevents these errors by making the mistakes much
509 larger: a single error puts the rest of the piece off by one octave
510
511 @example
512 \relative @var{startpitch} @var{musicexpr}
513 @end example
514
515 @noindent
516 or
517
518 @example
519 \relative @var{musicexpr}
520 @end example
521
522 The octave of notes that appear in @var{musicexpr} are calculated as
523 follows: if no octave changing marks are used, the basic interval
524 between this and the last note is always taken to be a fourth or
525 less.  This distance is determined without regarding alterations; a
526 @code{fisis} following a @code{ceses} will be put above the
527 @code{ceses}.  In other words, a doubly-augmented fourth is considered
528 a smaller interval than a diminshed fifth, even though the fourth is
529 seven semitones while the fifth is only six semitones.
530
531 The octave changing marks @code{'} and @code{,} can be added to raise
532 or lower the pitch by an extra octave.  Upon entering relative mode,
533 an absolute starting pitch can be specified that will act as the
534 predecessor of the first note of @var{musicexpr}.  If no starting pitch
535 is specified, then middle C is used as a start.
536
537 Here is the relative mode shown in action
538 @lilypond[quote,fragment,raggedright,verbatim]
539 \relative c'' {
540   b c d c b c bes a
541 }
542 @end lilypond
543
544 Octave changing marks are used for intervals greater than a fourth
545 @lilypond[quote,raggedright,fragment,verbatim]
546 \relative c'' {
547   c g c f, c' a, e''
548 }
549 @end lilypond
550
551 If the preceding item is a chord, the first note of the chord is used
552 to determine the first note of the next chord
553
554 @lilypond[quote,raggedright,fragment,verbatim]
555 \relative c' {
556   c <c e g>
557   <c' e g>
558   <c, e' g>
559 }
560 @end lilypond
561
562 The pitch after the @code{\relative} contains a note name.
563
564 The relative conversion will not affect @code{\transpose},
565 @code{\chordmode} or @code{\relative} sections in its argument.  To use
566 relative within transposed music, an additional @code{\relative} must
567 be placed inside @code{\transpose}.
568
569
570 @node Octave check
571 @subsection Octave check
572
573 @cindex Octave check
574
575 Octave checks make octave errors easier to correct: a note may be
576 followed by @code{=}@var{quotes} which indicates what its absolute
577 octave should be.  In the following example,
578
579 @example
580 \relative c'' @{ c='' b=' d,='' @}
581 @end example
582
583 @noindent
584 the @code{d} will generate a warning, because a @code{d''} is expected
585 (because @code{b'} to @code{d''} is only a third), but a @code{d'} is
586 found.  In the output, the octave is corrected to be a @code{d''} and
587 the next note is calculated relative to @code{d''} instead of @code{d'}.
588
589 There is also a syntax that is separate from the notes.  The syntax
590
591 @example
592 \octave @var{pitch}
593 @end example
594
595 This checks that @var{pitch} (without quotes) yields @var{pitch} (with
596 quotes) in \relative mode.  If not, a warning is printed, and the
597 octave is corrected.
598
599 In the example below, the first check passes without incident, since
600 the @code{e} (in relative mode) is within a fifth of @code{a'}.  However,
601 the second check produces a warning, since the @code{e} is not within
602 a fifth of @code{b'}.  The warning message is printed, and the octave
603 is adjusted so that the following notes are in the correct octave
604 once again.
605
606 @example
607 \relative c' @{
608   e
609   \octave a'
610   \octave b'
611 @}
612 @end example
613
614
615 The octave of a note following an octave check is determined with
616 respect to the note preceding it.  In the next fragment, the last note
617 is an @code{a'}, above middle C.  That means that the @code{\octave}
618 check passes successfully, so the check could be deleted without changing
619 the output of the piece.
620
621 @lilypond[quote,raggedright,verbatim,fragment]
622 \relative c' {
623   e
624   \octave b
625   a
626 }
627 @end lilypond
628
629
630 @node Transpose
631 @subsection Transpose
632
633 @cindex Transpose
634 @cindex transposition of pitches
635 @cindex @code{\transpose}
636
637 A music expression can be transposed with @code{\transpose}.  The
638 syntax is
639 @example
640 \transpose @var{from} @var{to} @var{musicexpr}
641 @end example
642
643 This means that @var{musicexpr} is transposed by the interval between
644 the pitches @var{from} and @var{to}: any note with pitch @code{from}
645 is changed to @code{to}.
646
647 For example, consider a piece written in the key of D-major.  If
648 this piece is a little too low for its performer, it can be
649 transposed up to E-major with
650 @example
651 \transpose d e @dots{}
652 @end example
653
654 Consider a part written for violin (a C instrument).  If
655 this part is to be played on the A clarinet, the following
656 transposition will produce the appropriate part
657
658 @example
659 \transpose a c @dots{}
660 @end example
661
662 @code{\transpose} distinguishes between enharmonic pitches: both
663 @code{\transpose c cis} or @code{\transpose c des} will transpose up
664 half a tone.  The first version will print sharps and the second
665 version will print flats
666
667 @lilypond[quote,raggedright,verbatim]
668 mus = { \key d \major cis d fis g }
669 \context Staff {
670   \clef "F" \mus
671   \clef "G"
672   \transpose c g' \mus
673   \transpose c f' \mus
674 }
675 @end lilypond
676
677 @code{\transpose} may also be used to input written notes for a
678 transposing instrument.  Pitches are normally entered into LilyPond
679 in C (or ``concert pitch''), but they may be entered in another
680 key.  For example, when entering music for a B-flat trumpet which
681 begins on concert D, one would write
682
683 @example
684 \transpose c bes @{ e4 @dots{} @}
685 @end example
686
687 To print this music in B-flat again (ie producing a trumpet part,
688 instead of a concert pitch conductor's score) you would wrap the
689 existing music with another @code{transpose}
690
691 @example
692 \transpose bes c @{ \transpose c bes @{ e4 @dots{} @} @}
693 @end example
694
695
696 @seealso
697
698 Program reference: @internalsref{TransposedMusic}, and
699 @internalsref{UntransposableMusic}.
700
701
702 @refbugs
703
704 If you want to use both @code{\transpose} and @code{\relative},
705 you must put @code{\transpose} outside of @code{\relative}, since
706 @code{\relative} will have no effect music that appears inside a
707 @code{\transpose}.
708
709
710 @node Bar check
711 @subsection Bar check
712
713 @cindex Bar check
714 @cindex @code{barCheckSynchronize}
715 @cindex @code{|}
716
717 Bar checks help detect errors in the durations.  A bar check is
718 entered using the bar symbol, `@code{|}'.  Whenever it is encountered
719 during interpretation, it should fall on a measure boundary.  If it
720 does not, a warning is printed.  In the next example, the second bar
721 check will signal an error
722 @example
723 \time 3/4 c2 e4 | g2 |
724 @end example
725
726 Bar checks can also be used in lyrics, for example
727
728 @example
729 \lyricmode @{
730   \time 2/4
731   Twin -- kle | Twin -- kle
732 @}
733 @end example
734
735 Failed bar checks are caused by entering incorrect
736 durations.  Incorrect durations often completely garble up the score,
737 especially if the score is polyphonic, so a good place to start correcting
738 input is by scanning for failed bar checks and incorrect durations.
739
740 @cindex @code{|}
741 @cindex @code{pipeSymbol}
742
743 It is also possible to redefine the meaning of @code{|}.  This is done
744 by assigning a music expression to @code{pipeSymbol},
745
746 @lilypond[quote,raggedright,verbatim]
747 pipeSymbol = \bar "||"
748
749 { c'2 c' | c'2 c' }
750 @end lilypond
751
752
753 @node Skipping corrected music
754 @subsection Skipping corrected music
755
756 @cindex @code{skipTypesetting}
757
758 The property @code{Score.skipTypesetting} can be used to switch on and
759 off typesetting completely during the interpretation phase.  When
760 typesetting is switched off, the music is processed much more
761 quickly.  This can be used to skip over the parts of a score that
762 have already been checked for errors
763
764 @lilypond[quote,fragment,raggedright,verbatim]
765 \relative c'' {
766   c8 d
767   \set Score.skipTypesetting = ##t
768   e e e e e e e e
769   \set Score.skipTypesetting = ##f
770   c d b bes a g c2 }
771 @end lilypond
772
773 In polyphonic music, @code{Score.skipTypesetting} will affect all
774 voices and staves, saving even more time.
775
776
777 @node Automatic note splitting
778 @subsection Automatic note splitting
779
780 Long notes can be converted automatically to tied notes.  This is done
781 by replacing the @internalsref{Note_heads_engraver} by the
782 @internalsref{Completion_heads_engraver}.
783 In the following examples, notes crossing the bar line are split and tied.
784
785 @lilypond[quote,fragment,verbatim,relative=1,linewidth=12\cm]
786 \new Voice \with {
787   \remove "Note_heads_engraver"
788   \consists "Completion_heads_engraver"
789 } {
790   c2. c8 d4 e f g a b c8 c2 b4 a g16 f4 e d c8. c2
791 }
792 @end lilypond
793
794 This engraver splits all running notes at the bar line, and inserts
795 ties.  One of its uses is to debug complex scores: if the measures are
796 not entirely filled, then the ties exactly show how much each measure
797 is off.
798
799
800 @refbugs
801
802 Not all durations (especially those containing tuplets) can be
803 represented exactly with normal notes and dots, but the engraver will
804 not insert tuplets.
805
806 @code{Completion_heads_engraver} only affects notes; it does not split
807 rests.
808
809
810 @seealso
811
812 Examples: @inputfileref{input/@/regression,completion@/-heads@/.ly}.
813
814 @noindent
815
816 Program reference: @internalsref{Completion_heads_engraver}.
817
818
819
820 @node Staff notation
821 @section Staff notation
822
823 @cindex Staff notation
824
825 This section describes music notation that occurs on staff level,
826 such as key signatures, clefs and time signatures.
827
828 @menu
829 * Clef::                        
830 * Key signature::               
831 * Time signature::              
832 * Partial measures::            
833 * Bar lines::                   
834 * Unmetered music::             
835 * System start delimiters::     
836 * Staff symbol::                
837 @end menu
838
839
840 @node Clef
841 @subsection Clef
842
843 @cindex @code{\clef}
844
845 The clef indicates which lines of the staff correspond to which
846 pitches.  The clef is set with the @code{\clef} command
847
848 @lilypond[quote,raggedright,fragment,verbatim]
849 { c''2 \clef alto g'2 }
850 @end lilypond
851
852 @cindex treble clef
853 @cindex violin clef
854 @cindex alto clef
855 @cindex tenor clef
856 @cindex bass clef
857 @cindex french clef
858 @cindex soprano clef
859 @cindex mezzosoprano clef
860 @cindex baritone clef
861 @cindex varbaritone clef
862 @cindex subbass clef
863
864 Supported clefs finclude
865 @table @code
866 @item treble, violin, G, G2
867  G clef on 2nd line
868 @item alto, C
869  C clef on 3rd line
870 @item tenor
871  C clef on 4th line.
872 @item bass, F
873  F clef on 4th line
874 @item french
875  G clef on 1st line, so-called French violin clef
876 @item soprano
877  C clef on 1st line
878 @item mezzosoprano
879  C clef on 2nd line
880 @item baritone
881  C clef on 5th line
882 @item varbaritone
883  F clef on 3rd line
884 @item subbass
885  F clef on 5th line
886 @item percussion
887  percussion clef
888 @item tab
889  tablature clef
890 @end table
891
892 By adding @code{_8} or @code{^8} to the clef name, the clef is
893 transposed one octave down or up, respectively, and @code{_15} and
894 @code{^15} transposes by two octaves.  The argument @var{clefname}
895 must be enclosed in quotes when it contains underscores or digits.  For
896 example,
897
898 @cindex choral tenor clef
899 @lilypond[quote,raggedright,verbatim,fragment,relative=1]
900 \clef "G_8" c4
901 @end lilypond
902
903
904 @commonprop
905
906 The command @code{\clef "treble_8"} is equivalent to setting @code{clefGlyph},
907 @code{clefPosition} (which controls the Y position of the clef),
908 @code{middleCPosition} and @code{clefOctavation}.  A clef is printed
909 when any of these properties are changed.  The following example shows
910 possibilities when setting properties manually.
911
912 @lilypond[quote,raggedright,verbatim]
913 {
914   \set Staff.clefGlyph = #"clefs.F"
915   \set Staff.clefPosition = #2
916   c'4
917   \set Staff.clefGlyph = #"clefs.G"
918   c'4
919   \set Staff.clefGlyph = #"clefs.C"
920   c'4
921   \set Staff.clefOctavation = #7
922   c'4
923   \set Staff.clefOctavation = #0
924   \set Staff.clefPosition = #0
925   c'4
926   \clef "bass"
927   c'4
928   \set Staff.middleCPosition = #4
929   c'4
930 }
931 @end lilypond
932
933
934 @seealso
935
936 Program reference: @internalsref{Clef}.
937
938
939 @node Key signature
940 @subsection Key signature
941
942 @cindex Key signature
943 @cindex @code{\key}
944
945 The key signature indicates the tonality in which a piece is played.  It
946 is denoted by a set of alterations (flats or sharps) at the start of the
947 staff.
948
949 Setting or changing the key signature is done with the @code{\key}
950 command
951
952 @example
953 @code{\key} @var{pitch} @var{type}
954 @end example
955
956 @cindex @code{\minor}
957 @cindex @code{\major}
958 @cindex @code{\minor}
959 @cindex @code{\ionian}
960 @cindex @code{\locrian}
961 @cindex @code{\aeolian}
962 @cindex @code{\mixolydian}
963 @cindex @code{\lydian}
964 @cindex @code{\phrygian}
965 @cindex @code{\dorian}
966 @cindex church modes
967
968 Here, @var{type} should be @code{\major} or @code{\minor} to get
969 @var{pitch}-major or @var{pitch}-minor, respectively.  You may also
970 use the standard mode names (also called ``church modes''): @code{\ionian},
971 @code{\locrian}, @code{\aeolian}, @code{\mixolydian}, @code{\lydian},
972 @code{\phrygian}, and @code{\dorian}.
973
974 This command sets the context property
975 @code{Staff.keySignature}.  Non-standard key signatures
976 can be specified by setting this property directly.
977
978 Accidentals and key signatures often confuse new users, because
979 unaltered notes get natural signs depending on the key signature.  For
980 more information, see @ref{More about pitches}.
981
982
983 @commonprop
984
985 A natural sign is printed to cancel any previous accidentals.  This
986 can be suppressed by setting the @code{Staff.printKeyCancellation}
987 property.
988
989 @lilypond[quote,fragment,raggedright,fragment,verbatim,relative=2]
990 \key d \major
991 a b cis d
992 \key g \minor
993 a bes c d
994 \set Staff.printKeyCancellation = ##f
995 \key d \major
996 a b cis d
997 \key g \minor
998 a bes c d
999 @end lilypond
1000
1001
1002 @seealso
1003
1004 Program reference: @internalsref{KeyCancellation}, @internalsref{KeySignature}.
1005
1006
1007 @node Time signature
1008 @subsection Time signature
1009
1010 @cindex Time signature
1011 @cindex meter
1012 @cindex @code{\time}
1013
1014 Time signature indicates the metrum of a piece: a regular pattern of
1015 strong and weak beats.  It is denoted by a fraction at the start of the
1016 staff.
1017
1018 The time signature is set with the @code{\time} command
1019
1020 @lilypond[quote,raggedright,fragment,verbatim]
1021 \time 2/4 c'2 \time 3/4 c'2.
1022 @end lilypond
1023
1024 @commonprop
1025
1026 The symbol that is printed can be customized with the @code{style}
1027 property.  Setting it to @code{#'()} uses fraction style for 4/4 and
1028 2/2 time,
1029
1030 @lilypond[fragment,quote,raggedright,verbatim]
1031 \time 4/4 c'1
1032 \time 2/2 c'1
1033 \override Staff.TimeSignature #'style = #'()
1034 \time 4/4 c'1
1035 \time 2/2 c'1
1036 @end lilypond
1037
1038 There are many more options for its layout.  See @ref{Ancient time
1039 signatures} for more examples.
1040
1041 @code{\time} sets the property @code{timeSignatureFraction},
1042 @code{beatLength} and @code{measureLength} in the @code{Timing}
1043 context, which is normally aliased to @internalsref{Score}.  The
1044 property @code{measureLength} determines where bar lines should be
1045 inserted, and how automatic beams should be generated.  Changing the
1046 value of @code{timeSignatureFraction} also causes the symbol to be
1047 printed.
1048
1049 More options are available through the Scheme function
1050 @code{set-time-signature}.  In combination with the
1051 @internalsref{Measure_grouping_engraver}, it will create
1052 @internalsref{MeasureGrouping} signs.  Such signs ease reading
1053 rhythmically complex modern music.  In the following example, the 9/8
1054 measure is subdivided in 2, 2, 2 and 3.  This is passed to
1055 @code{set-time-signature} as the third argument @code{(2 2 2 3)}
1056
1057 @lilypond[quote,raggedright,verbatim]
1058 \score {
1059   \relative c'' {
1060     #(set-time-signature 9 8 '(2 2 2 3))
1061     g8[ g] d[ d] g[ g] a8[( bes g]) |
1062     #(set-time-signature 5 8 '(3 2))
1063     a4. g4
1064   }
1065   \layout {
1066     \context {
1067       \Staff
1068       \consists "Measure_grouping_engraver"
1069     }
1070   }
1071 }
1072 @end lilypond
1073
1074 @seealso
1075
1076 Program reference: @internalsref{TimeSignature}, and @internalsref{Timing_engraver}.
1077
1078
1079 @refbugs
1080
1081 Automatic beaming does not use the measure grouping specified with
1082 @code{set-time-signature}.
1083
1084
1085 @node Partial measures
1086 @subsection Partial measures
1087
1088 @cindex anacrusis
1089 @cindex upbeat
1090 @cindex partial measure
1091 @cindex measure, partial
1092 @cindex shorten measures
1093 @cindex @code{\partial}
1094
1095 Partial measures, such as an anacrusis or upbeat, are entered using the
1096
1097 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1098 \partial 16*5 c16 cis d dis e | a2. c,4 | b2
1099 @end lilypond
1100
1101 The syntax for this command is
1102
1103 @example
1104 \partial @var{duration}
1105 @end example
1106
1107 This is internally translated into
1108
1109 @example
1110 \set Timing.measurePosition = -@var{length of duration}
1111 @end example
1112
1113 The property @code{measurePosition} contains a rational number
1114 indicating how much of the measure has passed at this point.
1115
1116
1117 @refbugs
1118
1119 This command does not take into account grace notes at the start of
1120 the music.  When a piece starts with graces notes in the pickup, then
1121 the @code{\partial} should follow the grace notes
1122
1123 @lilypond[verbatim,quote,raggedright,relative,fragment]
1124 \grace f16
1125 \partial 4
1126 g4
1127 a2 g2
1128 @end lilypond
1129
1130
1131 @node Bar lines
1132 @subsection Bar lines
1133
1134 @cindex Bar lines
1135 @cindex @code{\bar}
1136 @cindex measure lines
1137 @cindex repeat bars
1138
1139 Bar lines delimit measures, but are also used to indicate
1140 repeats.  Normally they are inserted automatically.  Line
1141 breaks may only happen on bar lines.
1142
1143 Special types of bar lines can be forced with the @code{\bar} command
1144
1145 @lilypond[quote,raggedright,relative=2,fragment,verbatim]
1146 c4 \bar "|:" c4
1147 @end lilypond
1148
1149 The following bar types are available
1150
1151 @lilypondfile[raggedright,quote]{bar-lines.ly}
1152
1153 To allow a line break where there is no visible bar line, use
1154
1155 @example
1156 \bar ""
1157 @end example
1158
1159 @noindent
1160 This will insert an invisible bar line and allow line breaks at this
1161 point.
1162
1163 In scores with many staves, a @code{\bar} command in one staff is
1164 automatically applied to all staves.  The resulting bar lines are
1165 connected between different staves of a StaffGroup
1166
1167 @lilypond[quote,raggedright,fragment,verbatim]
1168 <<
1169   \context StaffGroup <<
1170     \new Staff {
1171       e'4 d'
1172       \bar "||"
1173       f' e'
1174     }
1175     \new Staff { \clef bass c4 g e g }
1176   >>
1177   \new Staff { \clef bass c2 c2 }
1178 >>
1179 @end lilypond
1180
1181 @cindex @code{whichBar}
1182 @cindex @code{repeatCommands}
1183 @cindex @code{defaultBarType}
1184
1185 The command @code{\bar }@var{bartype} is a short cut for doing
1186 @code{\set Timing.whichBar = }@var{bartype}.  Whenever @code{whichBar}
1187 is set to a string, a bar line of that type is created.
1188
1189 A bar line is created whenever the @code{whichBar} property is set.
1190 At the start of a measure it is set to the contents of
1191 @code{Timing.defaultBarType}.  The contents of @code{repeatCommands} are used
1192 to override default measure bars.
1193
1194 You are encouraged to use @code{\repeat} for repetitions.  See
1195 @ref{Repeats}.
1196
1197
1198 @seealso
1199
1200 In this manual: @ref{Repeats}, @ref{System start delimiters}.
1201
1202 Program reference: @internalsref{BarLine} (created at
1203 @internalsref{Staff} level), @internalsref{SpanBar} (across staves).
1204
1205 Examples: @inputfileref{input/@/test,bar@/-lines@/.ly},
1206
1207
1208 @node Unmetered music
1209 @subsection Unmetered music
1210
1211 @cindex cadenza
1212 @cindex @code{\cadenzaOn}
1213 @cindex @code{\cadenzaOff}
1214
1215 Bar lines and bar numbers are calculated automatically.  For unmetered
1216 music (cadenzas, for example), this is not desirable.  To turn off
1217 automatic bar lines and bar numbers, use the commands @code{\cadenzaOn}
1218 and @code{\cadenzaOff}.
1219
1220 @lilypond[verbatim,quote,raggedright,relative=2,fragment]
1221 c4 d e d
1222 \cadenzaOn
1223 c4 c d8 d d f4 g4.
1224 \cadenzaOff
1225 \bar "|"
1226 d4 e d c
1227 @end lilypond
1228
1229
1230 @refbugs
1231
1232 LilyPond will only insert page breaks at a barline.  Unless the unmetered
1233 music ends before the end of the staff line, you will need to insert
1234 invisible bar lines
1235
1236 @example
1237 \bar ""
1238 @end example
1239
1240 @noindent
1241 to indicate where line breaks can occur.
1242
1243
1244 @node System start delimiters
1245 @subsection System start delimiters
1246
1247 @cindex start of system
1248 @cindex Staff, multiple
1249 @cindex bracket, vertical
1250 @cindex brace, vertical
1251 @cindex grand staff
1252 @cindex staff group
1253
1254 Many scores consist of more than one staff.  These staves can be
1255 joined in three different ways
1256
1257 @itemize @bullet
1258 @item The group is started with a brace at the left, and bar lines are
1259 connected.  This is done with the @internalsref{GrandStaff} context.
1260
1261 @lilypond[verbatim,raggedright,quote]
1262 \new GrandStaff
1263 \relative <<
1264   \new Staff { c1 c }
1265   \new Staff { c c }
1266 >>
1267 @end lilypond
1268
1269 @item The group is started with a bracket, and bar lines are connected.
1270 This is done with the
1271 @internalsref{StaffGroup} context
1272
1273 @lilypond[verbatim,raggedright,quote]
1274 \new StaffGroup
1275 \relative <<
1276   \new Staff { c1 c }
1277   \new Staff { c c }
1278 >>
1279 @end lilypond
1280
1281 @item The group is started with a vertical line.  Bar lines are not
1282 connected.  This is the default for the score.
1283
1284 @lilypond[verbatim,raggedright,quote]
1285 \relative <<
1286   \new Staff { c1 c }
1287   \new Staff { c c }
1288 >>
1289 @end lilypond
1290 @end itemize
1291
1292
1293 @seealso
1294
1295 The bar lines at the start of each system are
1296 @internalsref{SystemStartBar}, @internalsref{SystemStartBrace}, and
1297 @internalsref{SystemStartBracket}.  Only one of these types is created
1298 in every context, and that type is determined by the property
1299 @code{systemStartDelimiter}.
1300
1301
1302 @node Staff symbol
1303 @subsection Staff symbol
1304
1305 @cindex adjusting staff symbol
1306
1307 Notes, dynamic signs, etc., are grouped
1308 with a set of horizontal lines, called a staff (plural `staves').  In
1309 LilyPond, these lines are drawn using a separate layout object called
1310 staff symbol.
1311
1312 The staff symbol may be tuned in the number, thickness and distance
1313 of lines, using properties.  This is demonstrated in the example files
1314 @inputfileref{input/@/test,staff@/-lines@/.ly},
1315 @inputfileref{input/@/test,staff@/-size@/.ly}.
1316
1317 In addition, staves may be started and stopped at will. This is done
1318 with @code{\startStaff} and @code{\stopStaff}.
1319
1320 @lilypond[verbatim,relative=2,fragment]
1321 b4 b
1322 \override Staff.StaffSymbol #'line-count = 2
1323 \stopStaff \startStaff
1324 b b
1325 \revert Staff.StaffSymbol #'line-count
1326 \stopStaff \startStaff
1327 b b  
1328 @end lilypond
1329
1330 In combination with Frenched staves, this may be used to typeset ossia
1331 sections. An example is in @inputfileref{input/@/test@/,ossia.ly},
1332 shown here
1333
1334 @cindex ossia
1335
1336 @lilypondfile{ossia.ly}
1337
1338 @cindex staff lines, setting number of
1339 @cindex staff lines, setting thickness of
1340 @cindex thickness of staff lines, setting
1341 @cindex number of staff lines, setting
1342
1343 @seealso
1344
1345 Program reference: @internalsref{StaffSymbol}.
1346
1347 Examples: @inputfileref{input/@/test,staff@/-lines@/.ly},
1348 @inputfileref{input/@/test@/,ossia.ly},
1349 @inputfileref{input/@/test,staff@/-size@/.ly}.
1350
1351
1352
1353 @node Connecting notes
1354 @section Connecting notes
1355
1356 This section deals with notation that affects groups of notes.
1357
1358 @menu
1359 * Ties::                        
1360 * Slurs::                       
1361 * Phrasing slurs::              
1362 * Automatic beams::             
1363 * Manual beams::                
1364 * Grace notes::                 
1365 @end menu
1366
1367
1368 @node Ties
1369 @subsection Ties
1370
1371 @cindex tie
1372 @cindex @code{~}
1373
1374 A tie connects two adjacent note heads of the same pitch.  The tie in
1375 effect extends the length of a note.  Ties should not be confused with
1376 slurs, which indicate articulation, or phrasing slurs, which indicate
1377 musical phrasing.  A tie is entered using the tilde symbol `@code{~}'
1378
1379 @lilypond[quote,raggedright,fragment,verbatim]
1380 e' ~ e' <c' e' g'> ~ <c' e' g'>
1381 @end lilypond
1382
1383 When a tie is applied to a chord, all note heads whose pitches match
1384 are connected.  When no note heads match, no ties will be created.
1385
1386 A tie is just a way of extending a note duration, similar to the
1387 augmentation dot.  The following example shows two ways of notating
1388 exactly the same concept
1389
1390 @lilypond[quote,fragment,raggedright]
1391 \time 3/4 c'2. c'2 ~ c'4
1392 @end lilypond
1393
1394 @noindent
1395 Ties are used either when the note crosses a bar line, or when dots
1396 cannot be used to denote the rhythm.  When using ties, larger note
1397 values should be aligned to subdivisions of the measure, eg.
1398
1399 @lilypond[fragment,quote,raggedright]
1400 \relative {
1401   r8 c8 ~ c2 r4 | r8^"not" c2 ~ c8 r4
1402 }
1403 @end lilypond
1404
1405 If you need to tie a lot of notes over bars, it may be easier to use
1406 automatic note splitting (see @ref{Automatic note splitting}).  This
1407 mechanism automatically splits long notes, and ties them across bar
1408 lines.
1409
1410
1411 @commonprop
1412
1413 Ties are sometimes used to write out arpeggios.  In this case, two tied
1414 notes need not be consecutive.  This can be achieved by setting the
1415 @code{tieWaitForNote} property to true.  For example,
1416
1417 @lilypond[fragment,verbatim,relative=1,raggedright]
1418 \set tieWaitForNote = ##t
1419 \grace { c16[~ e~ g]~ } <c, e g>4   
1420 @end lilypond
1421
1422
1423 @refcommands
1424
1425
1426 @cindex @code{\tieUp}
1427 @code{\tieUp},
1428 @cindex @code{\tieDown}
1429 @code{\tieDown},
1430 @cindex @code{\tieNeutral}
1431 @code{\tieNeutral},
1432 @cindex @code{\tieDotted}
1433 @code{\tieDotted},
1434 @cindex @code{\tieSolid}
1435 @code{\tieSolid}.
1436
1437
1438 @seealso
1439
1440 In this manual: @ref{Automatic note splitting}.
1441
1442 Program reference: @internalsref{Tie}.
1443
1444
1445 @refbugs
1446
1447 Switching staves when a tie is active will not produce a slanted tie.
1448
1449 Formatting of ties is a difficult subject.  The results are often not
1450 optimal.
1451
1452
1453 @node Slurs
1454 @subsection Slurs
1455
1456 @cindex Slurs
1457
1458 A slur indicates that notes are to be played bound or
1459 @emph{legato}.  They are entered using parentheses
1460
1461 @lilypond[quote,raggedright,relative=2,fragment,verbatim]
1462 f( g a) a8 b( a4 g2 f4)
1463 <c e>2( <b d>2)
1464 @end lilypond
1465
1466 The direction of a slur can be specified with
1467 @code{\slur@emph{DIR}}, where @code{@emph{DIR}} is
1468 either @code{Up}, @code{Down}, or @code{Neutral} (automatically
1469 selected).
1470
1471 However, there is a convenient shorthand for forcing slur
1472 directions.  By adding @code{_} or @code{^} before the opening
1473 parentheses, the direction is also set.  For example,
1474
1475 @lilypond[relative=2,raggedright,quote,verbatim,fragment]
1476 c4_( c) c^( c)
1477 @end lilypond
1478
1479 Only one slur can be printed at once.  If you need to print a long
1480 slur over a few small slurs, please see @ref{Phrasing slurs}.
1481
1482
1483 @commonprop
1484
1485 Some composers write two slurs when they want legato chords.  This can
1486 be achieved in LilyPond by setting @code{doubleSlurs},
1487
1488 @lilypond[verbatim,raggedright,relative,fragment,quote]
1489 \set doubleSlurs = ##t
1490 <c e>4 ( <d f> <c e> <d f> )
1491 @end lilypond
1492
1493
1494 @refcommands
1495
1496 @cindex @code{\slurUp}
1497 @code{\slurUp},
1498 @cindex @code{\slurDown}
1499 @code{\slurDown},
1500 @cindex @code{\slurNeutral}
1501 @code{\slurNeutral},
1502 @cindex @code{\slurDashed}
1503 @code{\slurDashed},
1504 @cindex @code{\slurDotted}
1505 @code{\slurDotted},
1506 @cindex @code{\slurSolid}
1507 @code{\slurSolid}.
1508
1509 @seealso
1510
1511 Program reference: @seeinternals{Slur}.
1512
1513
1514 @node Phrasing slurs
1515 @subsection Phrasing slurs
1516
1517 @cindex phrasing slurs
1518 @cindex phrasing marks
1519
1520 A phrasing slur (or phrasing mark) connects notes and is used to
1521 indicate a musical sentence.  It is written using @code{\(} and @code{\)}
1522 respectively
1523
1524 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
1525 \time 6/4 c'\( d( e) f( e) d\)
1526 @end lilypond
1527
1528 Typographically, the phrasing slur behaves almost exactly like a
1529 normal slur.  However, they are treated as different objects.  A
1530 @code{\slurUp} will have no effect on a phrasing slur; instead, use
1531 @code{\phrasingSlurUp}, @code{\phrasingSlurDown}, and
1532 @code{\phrasingSlurNeutral}.
1533
1534 You cannot have simultaneous phrasing slurs.
1535
1536
1537 @refcommands
1538
1539 @cindex @code{\phrasingSlurUp}
1540 @code{\phrasingSlurUp},
1541 @cindex @code{\phrasingSlurDown}
1542 @code{\phrasingSlurDown},
1543 @cindex @code{\phrasingSlurNeutral}
1544 @code{\phrasingSlurNeutral}.
1545
1546
1547 @seealso
1548
1549 Program reference: @internalsref{PhrasingSlur}.
1550
1551
1552 @node Automatic beams
1553 @subsection Automatic beams
1554
1555 LilyPond inserts beams automatically
1556
1557 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1558 \time 2/4 c8 c c c \time 6/8 c c c c8. c16 c8
1559 @end lilypond
1560
1561 When these automatic decisions are not good enough, beaming can be
1562 entered explicitly.  It is also possible to define beaming patterns
1563 that differ from the defaults.  See @ref{Setting automatic beam behavior}
1564 for details.
1565
1566 Individual notes may be marked with @code{\noBeam} to prevent them
1567 from being beamed
1568
1569 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1570 \time 2/4 c8 c\noBeam c c
1571 @end lilypond
1572
1573
1574 @seealso
1575
1576 Program reference: @internalsref{Beam}.
1577
1578
1579 @node Manual beams
1580 @subsection Manual beams
1581
1582 @cindex beams, manual
1583 @cindex @code{]}
1584 @cindex @code{[}
1585
1586 In some cases it may be necessary to override the automatic beaming
1587 algorithm.  For example, the autobeamer will not put beams over rests
1588 or bar lines.  Such beams are specified manually by marking the begin
1589 and end point with @code{[} and @code{]}
1590
1591 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
1592 {
1593   r4 r8[ g' a r8] r8 g[ | a] r8
1594 }
1595 @end lilypond
1596
1597
1598 @commonprop
1599
1600 @cindex @code{stemLeftBeamCount}
1601 @cindex @code{stemRightBeamCount}
1602
1603 Normally, beaming patterns within a beam are determined automatically.
1604 If necessary, the properties @code{stemLeftBeamCount} and
1605 @code{stemRightBeamCount} can be used to override the defaults.  If
1606 either property is set, its value will be used only once, and then it
1607 is erased
1608
1609 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
1610 {
1611    f8[ r16
1612       f g a]
1613    f8[ r16
1614    \set stemLeftBeamCount = #1
1615       f g a]
1616 }
1617 @end lilypond
1618
1619 The property @code{subdivideBeams} can be set in order to subdivide
1620 all 16th or shorter beams at beat positions, as defined by the
1621 @code{beatLength} property.
1622
1623 @lilypond[fragment,quote,relative=2,verbatim]
1624 c16[ c c c c c c c]
1625 \set subdivideBeams = ##t
1626 c16[ c c c c c c c]
1627 \set Score.beatLength = #(ly:make-moment 1 8)
1628 c16[ c c c c c c c]
1629 @end lilypond
1630 @cindex @code{subdivideBeams}
1631
1632 Line breaks are normally forbidden when beams cross bar lines.  This
1633 behavior can be changed by setting @code{allowBeamBreak}.
1634
1635 @cindex @code{allowBeamBreak}
1636 @cindex beams and line breaks
1637 @cindex beams, kneed
1638 @cindex kneed beams
1639 @cindex auto-knee-gap
1640
1641
1642 @refbugs
1643
1644 Kneed beams are inserted automatically when a large gap is detected
1645 between the note heads.  This behavior can be tuned through the object.
1646
1647 Automatically kneed cross-staff beams cannot be used together with
1648 hidden staves.  See @ref{Hiding staves}.
1649
1650 Beams do not avoid collisions with symbols around the notes, such as
1651 texts and accidentals.
1652
1653
1654 @node Grace notes
1655 @subsection Grace notes
1656
1657 @cindex @code{\grace}
1658 @cindex ornaments
1659 @cindex grace notes
1660 @cindex appoggiatura
1661 @cindex acciaccatura
1662
1663 Grace notes are ornaments that are written out.  The most common ones
1664 are acciaccatura, which should be played as very short.  It is denoted
1665 by a slurred small note with a slashed stem.  The appoggiatura is a
1666 grace note that takes a fixed fraction of the main note, and is
1667 denoted as a slurred note in small print without a slash.  They
1668 are entered with the commands @code{\acciaccatura} and
1669 @code{\appoggiatura}, as demonstrated in the following example
1670
1671 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
1672 b4 \acciaccatura d8 c4 \appoggiatura e8 d4
1673 \acciaccatura { g16[ f] } e4
1674 @end lilypond
1675
1676 Both are special forms of the @code{\grace} command.  By prefixing this
1677 keyword to a music expression, a new one is formed, which will be
1678 printed in a smaller font and takes up no logical time in a measure.
1679
1680 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
1681 c4 \grace c16 c4
1682 \grace { c16[ d16] } c2 c4
1683 @end lilypond
1684
1685 @noindent
1686 Unlike @code{\acciaccatura} and @code{\appoggiatura}, the
1687 @code{\grace} command does not start a slur.
1688
1689 Internally, timing for grace notes is done using a second, `grace'
1690 timing.  Every point in time consists of two rational numbers: one
1691 denotes the logical time, one denotes the grace timing.  The above
1692 example is shown here with timing tuples
1693
1694 @lilypond[quote,raggedright]
1695 <<
1696   \relative c''{
1697     c4 \grace c16 c4 \grace {
1698     c16[ d16] } c2 c4
1699   }
1700   \new Lyrics \lyricmode {
1701     \override LyricText #'font-family = #'typewriter
1702
1703     \markup { (0,0) } 4
1704     \grace { \markup {
1705       ( \fraction 1 4 , \fraction -1 16 ) } 16 }
1706     \markup { (\fraction 1 4 , 0 ) } 4
1707     \grace {
1708       \markup { (\fraction 2 4 , \fraction "-1" 8 ) } 16
1709       \markup { (\fraction 2 4 , \fraction "-1" 16 ) } 16
1710     }
1711     \markup { ( \fraction 2 4 , 0 ) }
1712   }
1713 >>
1714 @end lilypond
1715
1716 The placement of grace notes is synchronized between different staves.
1717 In the following example, there are two sixteenth grace notes for
1718 every eighth grace note
1719
1720 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
1721 << \new Staff { e4 \grace { c16[ d e f] } e4 }
1722    \new Staff { c4 \grace { g8[ b] } c4 } >>
1723 @end lilypond
1724
1725 If you want to end a note with a grace, use the @code{\afterGrace}
1726 command.  It takes two arguments: the main note, and the grace notes
1727 following the main note. 
1728
1729 @lilypond[raggedright, verbatim,relative=2,fragment]
1730 c1 \afterGrace d1 { c16[ d] } c4   
1731 @end lilypond
1732
1733 This will put the grace notes after a ``space'' lasting 3/4 of the
1734 length of the main note.  The fraction 3/4 can be changed by setting
1735 @code{afterGraceFraction}, ie.
1736
1737 @example
1738 afterGraceFraction = #(cons 7 8) 
1739 @end example
1740
1741 @noindent
1742 will put the grace note at 7/8 of the main note. 
1743
1744 The same effect can be achieved manually by doing
1745
1746 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1747 \context Voice {
1748   << { d1^\trill_( }
1749      { s2 \grace { c16[ d] } } >>
1750   c4)
1751 }
1752 @end lilypond
1753
1754 @noindent
1755 By adjusting the duration of the skip note (here it is a half-note),
1756 the space between the main-note and the grace is adjusted.
1757
1758 A @code{\grace} section will introduce special typesetting settings,
1759 for example, to produce smaller type, and set directions.  Hence, when
1760 introducing layout tweaks, they should be inside the grace section,
1761 for example,
1762 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
1763 \new Voice {
1764   \acciaccatura {
1765     \stemDown
1766     f16->
1767     \stemNeutral
1768   }
1769   g4
1770 }
1771 @end lilypond
1772
1773 @noindent
1774 The overrides should also be reverted inside the grace section.
1775
1776 The layout of grace sections can be changed throughout the music using
1777 the function @code{add-grace-property}.  The following example
1778 undefines the Stem direction for this grace, so stems do not always
1779 point up.
1780
1781 @example
1782 \new Staff @{
1783   #(add-grace-property 'Voice 'Stem 'direction '())
1784   @dots{}
1785 @}
1786 @end example
1787
1788 @noindent
1789 Another option is to change the variables @code{startGraceMusic},
1790 @code{stopGraceMusic}, @code{startAcciaccaturaMusic},
1791 @code{stopAcciaccaturaMusic}, @code{startAppoggiaturaMusic},
1792 @code{stopAppoggiaturaMusic}.  More information is in the file
1793 @file{ly/@/grace@/-init@/.ly}.
1794
1795
1796 @seealso
1797
1798 Program reference: @internalsref{GraceMusic}.
1799
1800
1801 @refbugs
1802
1803 A score that starts with a @code{\grace} section needs an explicit
1804 @code{\context Voice} declaration, otherwise the main note and the grace
1805 note end up on different staves.
1806
1807 Grace note synchronization can also lead to surprises.  Staff notation,
1808 such as key signatures, bar lines, etc., are also synchronized.  Take
1809 care when you mix staves with grace notes and staves without, for example,
1810
1811 @lilypond[quote,raggedright,relative=2,verbatim,fragment]
1812 << \new Staff { e4 \bar "|:" \grace c16 d4 }
1813    \new Staff { c4 \bar "|:" d4 } >>
1814 @end lilypond
1815
1816 @noindent
1817 This can be remedied by inserting grace skips, for the above example
1818
1819 @example
1820 \new Staff @{ c4 \bar "|:" \grace s16 d4 @}
1821 @end example
1822
1823 Grace sections should only be used within sequential music
1824 expressions.  Nesting or juxtaposing grace sections is not supported,
1825 and might produce crashes or other errors.
1826
1827
1828
1829 @node Expressive marks
1830 @section Expressive marks
1831
1832 Expressive marks help musicians to bring more to the music than simple
1833 notes and rhythms.
1834
1835 @menu
1836 * Articulations::               
1837 * Fingering instructions::      
1838 * Dynamics::                    
1839 * Breath marks::                
1840 * Running trills::              
1841 * Glissando::                   
1842 * Arpeggio::                    
1843 @end menu
1844
1845
1846 @node Articulations
1847 @subsection Articulations
1848
1849 @cindex Articulations
1850 @cindex scripts
1851 @cindex ornaments
1852
1853 A variety of symbols can appear above and below notes to indicate
1854 different characteristics of the performance.  They are added to a note
1855 by adding a dash and the character signifying the
1856 articulation.  They are demonstrated here
1857
1858 @lilypondfile[quote,raggedright]{script-abbreviations.ly}
1859
1860 The meanings of these shorthands can be changed.  See
1861 @file{ly/@/script@/-init@/.ly} for examples.
1862
1863 The script is automatically placed, but the direction can be forced as
1864 well.  Like other pieces of LilyPond code, @code{_} will place them
1865 below the staff, and @code{^} will place them above.
1866
1867 @lilypond[quote,raggedright,fragment,verbatim]
1868 c''4^^ c''4_^
1869 @end lilypond
1870
1871 Other symbols can be added using the syntax
1872 @var{note}@code{\}@var{name}.  Again, they
1873 can be forced up or down using @code{^} and @code{_},
1874 e.g.,
1875
1876 @lilypond[quote,raggedright,verbatim,fragment,relative=2]
1877 c\fermata c^\fermata c_\fermata
1878 @end lilypond
1879
1880 @cindex accent
1881 @cindex marcato
1882 @cindex staccatissimo
1883 @cindex espressivo
1884 @cindex fermata
1885 @cindex stopped
1886 @cindex staccato
1887 @cindex portato
1888 @cindex tenuto
1889 @cindex upbow
1890 @cindex downbow
1891 @cindex foot marks
1892 @cindex organ pedal marks
1893 @cindex turn
1894 @cindex open
1895 @cindex flageolet
1896 @cindex reverseturn
1897 @cindex trill
1898 @cindex prall
1899 @cindex mordent
1900 @cindex prallprall
1901 @cindex prallmordent
1902 @cindex prall, up
1903 @cindex prall, down
1904 @cindex mordent
1905 @cindex thumb marking
1906 @cindex segno
1907 @cindex coda
1908 @cindex varcoda
1909
1910 Here is a chart showing all scripts available,
1911
1912 @lilypondfile[raggedright,quote]{script-chart.ly}
1913
1914
1915 @commonprop
1916
1917 The vertical ordering of scripts is controlled with the
1918 @code{script-priority} property.  The lower this number, the closer it
1919 will be put to the note.  In this example, the
1920 @internalsref{TextScript} (the sharp symbol) first has the lowest
1921 priority, so it is put lowest in the first example.  In the second, the
1922 prall trill (the @internalsref{Script}) has the lowest, so it is on the
1923 inside.  When two objects have the same priority, the order in which
1924 they are entered decides which one comes first.
1925
1926 @lilypond[verbatim,relative=3,raggedright,fragment,quote]
1927 \once \override TextScript #'script-priority = #-100
1928 a4^\prall^\markup { \sharp }
1929
1930 \once \override Script #'script-priority = #-100
1931 a4^\prall^\markup { \sharp }
1932 @end lilypond
1933
1934
1935 @seealso
1936
1937 Program reference: @internalsref{Script}.
1938
1939
1940 @refbugs
1941
1942 These signs appear in the printed output but have no effect on the
1943 MIDI rendering of the music.
1944
1945
1946 @node Fingering instructions
1947 @subsection Fingering instructions
1948
1949 @cindex fingering
1950 @cindex finger change
1951
1952 Fingering instructions can be entered using
1953 @example
1954 @var{note}-@var{digit}
1955 @end example
1956 For finger changes, use markup texts
1957
1958 @lilypond[quote,verbatim,raggedright,fragment,relative=1]
1959 c4-1 c-2 c-3 c-4
1960 c^\markup { \finger "2 - 3" }
1961 @end lilypond
1962
1963 You can use the thumb-script to indicate that a note should be
1964 played with the thumb (e.g., in cello music)
1965 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
1966 <a_\thumb a'-3>8 <b_\thumb b'-3>
1967 @end lilypond
1968
1969 Fingerings for chords can also be added to individual notes
1970 of the chord by adding them after the pitches
1971 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
1972 < c-1 e-2 g-3 b-5 >4
1973 @end lilypond
1974
1975
1976 @commonprop
1977
1978 You may exercise greater control over fingering chords by
1979 setting @code{fingeringOrientations}
1980
1981 @lilypond[quote,verbatim,raggedright,fragment,relative=1]
1982 \set fingeringOrientations = #'(left down)
1983 <c-1 es-2 g-4 bes-5 > 4
1984 \set fingeringOrientations = #'(up right down)
1985 <c-1 es-2 g-4 bes-5 > 4
1986 @end lilypond
1987
1988 Using this feature, it is also possible to put fingering instructions
1989 very close to note heads in monophonic music,
1990
1991 @lilypond[verbatim,raggedright,quote,fragment]
1992 \set fingeringOrientations = #'(right)
1993 <es'-2>4
1994 @end lilypond
1995
1996
1997 @seealso
1998
1999 Program reference: @internalsref{Fingering}.
2000
2001 Examples: @inputfileref{input/@/regression,finger@/-chords@/.ly}.
2002
2003
2004 @node Dynamics
2005 @subsection Dynamics
2006
2007 @cindex Dynamics
2008 @cindex @code{\ppp}
2009 @cindex @code{\pp}
2010 @cindex @code{\p}
2011 @cindex @code{\mp}
2012 @cindex @code{\mf}
2013 @cindex @code{\f}
2014 @cindex @code{\ff}
2015 @cindex @code{\fff}
2016 @cindex @code{\ffff}
2017 @cindex @code{\fp}
2018 @cindex @code{\sf}
2019 @cindex @code{\sff}
2020 @cindex @code{\sp}
2021 @cindex @code{\spp}
2022 @cindex @code{\sfz}
2023 @cindex @code{\rfz}
2024
2025 Absolute dynamic marks are specified using a command after a note
2026 @code{c4\ff}.  The available dynamic marks are @code{\ppp},
2027 @code{\pp}, @code{\p}, @code{\mp}, @code{\mf}, @code{\f}, @code{\ff},
2028 @code{\fff}, @code{\fff}, @code{\fp}, @code{\sf}, @code{\sff},
2029 @code{\sp}, @code{\spp}, @code{\sfz}, and @code{\rfz}.
2030
2031 @lilypond[quote,verbatim,raggedright,fragment,relative=2]
2032 c\ppp c\pp c \p c\mp c\mf c\f c\ff c\fff
2033 c2\fp c\sf c\sff c\sp c\spp c\sfz c\rfz
2034 @end lilypond
2035
2036 @cindex @code{\<}
2037 @cindex @code{\>}
2038 @cindex @code{\!}
2039
2040 A crescendo mark is started with @code{\<} and terminated with
2041 @code{\!} or an absolute dynamic.  A decrescendo is started with
2042 @code{\>} and is also terminated with @code{\!} or an absolute
2043 dynamic.  Because these marks are bound to notes, you must
2044 use spacer notes if multiple marks are needed during one note
2045
2046 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2047 c\< c\! d\> e\!
2048 << f1 { s4 s4\< s4\! \> s4\! } >>
2049 @end lilypond
2050 This may give rise to very short hairpins.  Use @code{minimum-length}
2051 in @internalsref{Voice}.@internalsref{Hairpin} to lengthen them, for
2052 example
2053
2054 @example
2055 \override Staff.Hairpin #'minimum-length = #5
2056 @end example
2057
2058 @cindex crescendo
2059 @cindex decrescendo
2060 @cindex diminuendo
2061
2062 You can also use a text saying @emph{cresc.} instead of hairpins
2063
2064 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
2065 \setTextCresc
2066 c\< d e f\!
2067 \setHairpinCresc
2068 e\> d c b\!
2069 \setTextDecresc
2070 c\> d e f\!
2071 \setTextDim
2072 e\> d c b\!
2073 @end lilypond
2074
2075 You can also supply your own texts
2076 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2077 \set crescendoText = \markup { \italic "cresc. poco" }
2078 \set crescendoSpanner = #'dashed-line
2079 a'2\< a a a\!\mf
2080 @end lilypond
2081
2082 To create new dynamic marks or text that should be aligned
2083 with dynamics, see @ref{New dynamic marks}.
2084
2085
2086 @refcommands
2087
2088 @cindex @code{\dynamicUp}
2089 @code{\dynamicUp},
2090 @cindex @code{\dynamicDown}
2091 @code{\dynamicDown},
2092 @cindex @code{\dynamicNeutral}
2093 @code{\dynamicNeutral}.
2094
2095
2096 @seealso
2097
2098 Program reference: @internalsref{DynamicText}, @internalsref{Hairpin}.
2099 Vertical positioning of these symbols is handled by
2100 @internalsref{DynamicLineSpanner}.
2101
2102
2103 @node Breath marks
2104 @subsection Breath marks
2105
2106 Breath marks are entered using @code{\breathe}
2107
2108 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2109 c'4 \breathe d4
2110 @end lilypond
2111
2112
2113 @commonprop
2114
2115 The glyph of the breath mark can be tuned by overriding the
2116 @code{text} property of the @code{BreathingSign} layout object with
2117 any markup text.  For example,
2118 @lilypond[quote,raggedright,fragment,verbatim,relative=1]
2119 c'4
2120 \override BreathingSign #'text
2121   = #(make-musicglyph-markup "scripts.rvarcomma")
2122 \breathe
2123 d4
2124 @end lilypond
2125
2126 @seealso
2127
2128 Program reference: @internalsref{BreathingSign}.
2129
2130 Examples: @inputfileref{input/@/regression,breathing@/-sign@/.ly}.
2131
2132
2133 @node Running trills
2134 @subsection Running trills
2135
2136 Long running trills are made with @code{\startTrillSpan} and
2137 @code{\stopTrillSpan},
2138
2139 @lilypond[verbatim,raggedright,relative=2,quote,fragment]
2140 \new Voice {
2141   << { c1 \startTrillSpan }
2142      { s2. \grace { d16[\stopTrillSpan e] } } >>
2143   c4 }
2144 @end lilypond
2145
2146
2147 @refcommands
2148
2149 @code{\startTrillSpan},
2150 @cindex @code{\startTrillSpan}
2151 @code{\stopTrillSpan}.
2152 @cindex @code{\stopTrillSpan}
2153
2154
2155 @seealso
2156
2157 Program reference: @internalsref{TrillSpanner}.
2158
2159
2160 @node Glissando
2161 @subsection Glissando
2162
2163 @cindex Glissando
2164 @cindex @code{\glissando}
2165
2166 A glissando is a smooth change in pitch.  It is denoted by a line or a
2167 wavy line between two notes.  It is requested by attaching
2168 @code{\glissando} to a note
2169
2170 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
2171 c2\glissando c'
2172 \override Glissando #'style = #'zigzag
2173 c2\glissando c,
2174 @end lilypond
2175
2176
2177 @seealso
2178
2179 Program reference: @internalsref{Glissando}.
2180
2181 Example files: @file{input/@/regression/@/glissando@/.ly}.
2182
2183
2184 @refbugs
2185
2186 Printing text over the line (such as @emph{gliss.}) is not supported.
2187
2188
2189 @node Arpeggio
2190 @subsection Arpeggio
2191
2192 @cindex Arpeggio
2193 @cindex broken chord
2194 @cindex @code{\arpeggio}
2195
2196 You can specify an arpeggio sign (also known as broken chord) on a
2197 chord by attaching an @code{\arpeggio} to a chord
2198
2199 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2200 <c e g c>\arpeggio
2201 @end lilypond
2202
2203 A square bracket on the left indicates that the player should not
2204 arpeggiate the chord
2205
2206 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2207 \arpeggioBracket
2208 <c' e g c>\arpeggio
2209 @end lilypond
2210
2211 The direction of the arpeggio is sometimes denoted by adding an
2212 arrowhead to the wiggly line
2213
2214 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2215 \context Voice {
2216   \arpeggioUp
2217   <c e g c>\arpeggio
2218   \arpeggioDown
2219   <c e g c>\arpeggio
2220 }
2221 @end lilypond
2222
2223
2224 @commonprop
2225
2226 When an arpeggio crosses staves, you may attach an arpeggio to the chords
2227 in both staves and set
2228 @internalsref{PianoStaff}.@code{connectArpeggios}
2229
2230 @lilypond[quote,raggedright,fragment,relative=1,verbatim]
2231 \context PianoStaff <<
2232   \set PianoStaff.connectArpeggios = ##t
2233   \new Staff { <c' e g c>\arpeggio }
2234   \new Staff { \clef bass <c,, e g>\arpeggio }
2235 >>
2236 @end lilypond
2237
2238
2239 @refcommands
2240
2241 @code{\arpeggio},
2242 @cindex @code{\arpeggioUp}
2243 @code{\arpeggioUp},
2244 @cindex @code{\arpeggioDown}
2245 @code{\arpeggioDown},
2246 @cindex @code{\arpeggioNeutral}
2247 @code{\arpeggioNeutral},
2248 @cindex @code{\arpeggioBracket}
2249 @code{\arpeggioBracket}.
2250
2251
2252 @seealso
2253
2254 Notation manual: @ref{Ties}, for writing out arpeggios.
2255
2256 Program reference: @internalsref{Arpeggio}.
2257
2258
2259 @refbugs
2260
2261 It is not possible to mix connected arpeggios and unconnected
2262 arpeggios in one @internalsref{PianoStaff} at the same point in time.
2263
2264
2265
2266 @node Polyphony
2267 @section Polyphony
2268
2269 Polyphony in music refers to having more than one voice occuring in
2270 a piece of music.  Polyphony in LilyPond refers to having more than
2271 one voice on the same staff.
2272
2273 @menu
2274 * Basic polyphony::             
2275 * Explicitly instantiating voices::  
2276 * Collision Resolution::        
2277 @end menu
2278
2279
2280 @node Basic polyphony
2281 @subsection Basic polyphony
2282
2283 @cindex polyphony
2284
2285 The easiest way to enter fragments with more than one voice on a staff
2286 is to enter each voice as a sequence (with @code{@{...@}}), and combine 
2287 them simultaneously, separating the voices with @code{\\}
2288
2289 @cindex @code{\\}
2290
2291 @lilypond[quote,verbatim,fragment]
2292 \new Staff \relative c' {
2293   c16 d e f
2294   <<
2295     { g4 f e | d2 e2 } \\
2296     { r8 e4 d c8 ~ | c b16 a b8 g ~ g2 } \\
2297     { s2. | s4 b4 c2 }
2298   >>
2299 }
2300 @end lilypond
2301
2302 The separator causes @internalsref{Voice} contexts@footnote{Polyphonic
2303 voices are sometimes called ``layers'' in other notation packages}
2304 @cindex layers
2305 to be instantiated.  They bear the names @code{"1"}, @code{"2"}, etc.  In
2306 each of these contexts, vertical direction of slurs, stems, etc., is set
2307 appropriately.  
2308
2309 These voices are all seperate from the voice that contains the notes just 
2310 outside the @code{<< \\ >>} construct.  This should be noted when making 
2311 changes at the voice level.  This also means that slurs and ties cannot go 
2312 into or out of a @code{<< \\ >>} construct.  Conversely, parallel voices
2313 from separate @code{<< \\ >>} constructs on the same staff are the the
2314 same voice.  Here is the same example, with different noteheads for each
2315 voice.  Note that the change to the note-head style in the main voice does not affect
2316 the inside of the @code{<< \\ >>} constructs.  Also, the change to the second
2317 voice in the first @code{<< \\ >>} construct is effective in the second
2318 @code{<< \\ >>}, and the voice is tied accross the two constructs.
2319
2320 @lilypond[quote,verbatim,fragment]
2321 \new Staff \relative c' {
2322   \override NoteHead #'style = #'cross
2323   c16 d e f
2324   <<    
2325     { g4 f e } \\
2326     { \override NoteHead #'style = #'triangle
2327     r8 e4 d c8 ~ }
2328   >> |
2329   <<
2330     { d2 e2 } \\ 
2331     { c8 b16 a b8 g ~ g2 } \\
2332     { \override NoteHead #'style = #'slash s4 b4 c2 }
2333   >>
2334 }
2335 @end lilypond
2336
2337 Polyphony does not change the relationship of notes within a
2338 @code{\relative @{ @}} block.  Each note is calculated relative
2339 to the note immediately preceding it.
2340
2341 @example
2342 \relative @{ noteA << noteB \\ noteC >> noteD @}
2343 @end example
2344
2345 @code{noteC} is relative to @code{noteB}, not @code{noteA};
2346 @code{noteD} is relative to @code{noteC}, not @code{noteB} or
2347 @code{noteA}.
2348
2349 @node Explicitly instantiating voices
2350 @subsection Explicitly instantiating voices
2351
2352 @internalsref{Voice} contexts can also also be instantiated manually
2353 inside a @code{<< >>} block to create polyphonic music, using 
2354 @code{\voiceOne}, up to @code{\voiceFour} to assign stem directions 
2355 and a horizontal shift for each part.
2356
2357 Specifically,
2358 @example
2359 << \upper \\ \lower >>
2360 @end example
2361
2362 @noindent
2363 is equivalent to
2364
2365 @example
2366 <<
2367   \context Voice = "1" @{ \voiceOne \upper @}
2368   \context Voice = "2" @{ \voiceTwo \lower @}
2369 >>
2370 @end example
2371
2372 The @code{\voiceXXX} commands set the direction of stems, slurs, ties,
2373 articulations, text annotations, augmentation dots of dotted
2374 notes, and fingerings.  @code{\voiceOne} and @code{\voiceThree} make
2375 these objects point upwards, while @code{\voiceTwo} and @code{\voiceFour}
2376 make them point downwards.  
2377 The command @code{\oneVoice} will revert back to the normal setting.
2378
2379 An expression that appears directly inside a @code{<< >>} belongs to 
2380 the main voice.  This is useful when extra voices appear while the main
2381 voice is playing.  Here is a more correct rendition of the example from
2382 the previous section.  The crossed noteheads demonstrate that the main
2383 melody is now in a single voice context.
2384
2385 @lilypond[quote,raggedright,verbatim]
2386 \new Staff \relative c' {
2387   \override NoteHead #'style = #'cross
2388   c16 d e f 
2389   \voiceOne
2390   <<    
2391     { g4 f e | d2 e2 }
2392     \context Voice="1" { \voiceTwo
2393       r8 e4 d c8 ~ | c8 b16 a b8 g ~ g2 
2394       \oneVoice
2395     }
2396     \new Voice { \voiceThree 
2397       s2. | s4 b4 c2 
2398       \oneVoice
2399     }
2400   >>
2401   \oneVoice
2402 }
2403 @end lilypond
2404
2405 The correct definition of the voices allows the melody to be slurred.
2406 @lilypond[quote,raggedright,verbatim]
2407 \new Staff \relative c' {
2408   c16^( d e f 
2409   \voiceOne
2410   <<    
2411     { g4 f e | d2 e2) }  
2412     \context Voice="1" { \voiceTwo
2413       r8 e4 d c8 ~ | c8 b16 a b8 g ~ g2 
2414       \oneVoice
2415     }
2416     \new Voice { \voiceThree 
2417       s2. s4 b4 c2 
2418       \oneVoice
2419     }
2420   >>
2421   \oneVoice
2422 }
2423 @end lilypond
2424
2425 Avoiding the @code{\\} seperator also allows nesting polyphony 
2426 constructs, which in some case might be a more natural way to typeset
2427 the music.
2428
2429 @lilypond[quote,raggedright,verbatim]
2430 \new Staff \relative c' {
2431   c16^( d e f 
2432   \voiceOne
2433   <<    
2434     { g4 f e | d2 e2) }  
2435     \context Voice="1" { \voiceTwo
2436       r8 e4 d c8 ~ | 
2437       <<
2438         {c8 b16 a b8 g ~ g2} 
2439         \new Voice { \voiceThree 
2440           s4 b4 c2 
2441           \oneVoice
2442         }
2443       >>
2444     \oneVoice
2445     }
2446   >>
2447   \oneVoice
2448 }
2449 @end lilypond
2450
2451
2452 @node Collision Resolution
2453 @subsection Collision Resolution
2454
2455 Normally, note heads with a different number of dots are not merged, but
2456 when the object property @code{merge-differently-dotted} is set in
2457 the @internalsref{NoteCollision} object, they are merged
2458 @lilypond[quote,verbatim,fragment,raggedright,relative=2]
2459 \context Voice << {
2460   g8 g8
2461   \override Staff.NoteCollision
2462     #'merge-differently-dotted = ##t
2463   g8 g8
2464 } \\ { g8.[ f16] g8.[ f16] } >>
2465 @end lilypond
2466
2467 Similarly, you can merge half note heads with eighth notes, by setting
2468 @code{merge-differently-headed}
2469 @lilypond[quote,raggedright,fragment,relative=2,verbatim]
2470 \context Voice << {
2471   c8 c4.
2472   \override Staff.NoteCollision
2473     #'merge-differently-headed = ##t
2474 c8 c4. } \\ { c2 c2 } >>
2475 @end lilypond
2476
2477 LilyPond also vertically shifts rests that are opposite of a stem,
2478 for example
2479
2480 @lilypond[quote,raggedright,fragment,verbatim]
2481 \context Voice << c''4 \\ r4 >>
2482 @end lilypond
2483
2484
2485 @refcommands
2486
2487 @cindex @code{\oneVoice}
2488 @code{\oneVoice},
2489 @cindex @code{\voiceOne}
2490 @code{\voiceOne},
2491 @cindex @code{\voiceTwo}
2492 @code{\voiceTwo},
2493 @cindex @code{\voiceThree}
2494 @code{\voiceThree},
2495 @cindex @code{\voiceFour}
2496 @code{\voiceFour}.
2497
2498 @cindex @code{\shiftOn}
2499 @code{\shiftOn},
2500 @cindex @code{\shiftOnn}
2501 @code{\shiftOnn},
2502 @cindex @code{\shiftOnnn}
2503 @code{\shiftOnnn},
2504 @cindex @code{\shiftOff}
2505 @code{\shiftOff}: these commands specify in what chords of the current
2506 voice should be shifted.  The outer voices (normally: voice one and
2507 two) have @code{\shiftOff}, while the inner voices (three and four)
2508 have @code{\shiftOn}.  @code{\shiftOnn} and @code{\shiftOnnn} define
2509 further shift levels.
2510
2511 When LilyPond cannot cope, the @code{force-hshift}
2512 property of the @internalsref{NoteColumn} object and pitched rests can
2513 be used to override typesetting decisions.
2514
2515 @lilypond[quote,verbatim,raggedright]
2516 \relative <<
2517 {
2518   <d g>
2519   <d g>
2520 } \\ {
2521   <b f'>
2522   \once \override NoteColumn #'force-hshift = #1.7
2523   <b f'>
2524 } >>
2525 @end lilypond
2526
2527
2528 @seealso
2529
2530 Program reference: the objects responsible for resolving collisions are
2531 @internalsref{NoteCollision} and @internalsref{RestCollision}.
2532
2533 Examples:
2534 @inputfileref{input/@/regression,collision@/-dots@/.ly},
2535 @inputfileref{input/@/regression,collision@/-head-chords@/.ly},
2536 @inputfileref{input/@/regression,collision@/-heads@/.ly},
2537 @inputfileref{input/@/regression,collision@/-mesh@/.ly}, and
2538 @inputfileref{input/@/regression,collisions@/.ly}.
2539
2540
2541 @refbugs
2542
2543 When using @code{merge-differently-headed} with an upstem eighth or a
2544 shorter note, and a downstem half note, the eighth note gets the wrong
2545 offset.
2546
2547 There is no support for clusters where the same note occurs with
2548 different accidentals in the same chord.  In this case, it is
2549 recommended to use enharmonic transcription, or to use special cluster
2550 notation (see @ref{Clusters}).
2551
2552
2553
2554 @node Repeats
2555 @section Repeats
2556
2557 Repetition is a central concept in music, and multiple notations exist
2558 for repetitions.
2559
2560 @menu
2561 * Repeat types::                
2562 * Repeat syntax::               
2563 * Repeats and MIDI::            
2564 * Manual repeat commands::      
2565 * Tremolo repeats::             
2566 * Tremolo subdivisions::        
2567 * Measure repeats::             
2568 @end menu
2569
2570
2571 @node Repeat types
2572 @subsection Repeat types
2573
2574 @cindex repeats
2575 @cindex @code{\repeat}
2576
2577 The following types of repetition are supported
2578
2579 @table @code
2580 @item unfold
2581 Repeated music is fully written (played) out.  This is useful when
2582 entering repetitious music.  This is the only kind of repeat that
2583 is included in MIDI output.
2584
2585 @item volta
2586 Repeats are not written out, but alternative endings (volte) are
2587 printed, left to right with brackets.  This is the standard notation
2588 for repeats with alternatives.  These are not played in MIDI output by default.
2589
2590 @ignore
2591 @item fold
2592 Alternative endings are written stacked.  This has limited use but may be
2593 used to typeset two lines of lyrics in songs with repeats, see
2594 @inputfileref{input,star-spangled-banner@/.ly}.
2595 @end ignore
2596
2597 @item tremolo
2598 Make tremolo beams.  These are not played in MIDI output by default.
2599
2600 @item percent
2601 Make beat or measure repeats.  These look like percent signs.  These
2602 are not played in MIDI output by default.  Percent repeats must be
2603 declared within a Voice context.
2604
2605 @end table
2606
2607
2608 @node Repeat syntax
2609 @subsection Repeat syntax
2610
2611 LilyPond has one syntactic construct for specifying different types of
2612 repeats.  The syntax is
2613
2614 @example
2615 \repeat @var{variant} @var{repeatcount} @var{repeatbody}
2616 @end example
2617
2618 If you have alternative endings, you may add
2619 @cindex @code{\alternative}
2620 @example
2621 \alternative @{
2622   @var{alternative1}
2623   @var{alternative2}
2624   @var{alternative3}
2625   @dots{}
2626 @}
2627 @end example
2628
2629 @noindent
2630 where each @var{alternative} is a music expression.  If you do not
2631 give enough alternatives for all of the repeats, the first alternative
2632 is assumed to be played more than once.
2633
2634 Standard repeats are used like this
2635 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2636 c1
2637 \repeat volta 2 { c4 d e f }
2638 \repeat volta 2 { f e d c }
2639 @end lilypond
2640
2641 With alternative endings
2642 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2643 c1
2644 \repeat volta 2 {c4 d e f}
2645 \alternative { {d2 d} {f f,} }
2646 @end lilypond
2647
2648 @lilypond[quote,raggedright,fragment,verbatim,relative=2]
2649 \context Staff {
2650   \partial 4
2651   \repeat volta 4 { e | c2 d2 | e2 f2 | }
2652   \alternative { { g4 g g } { a | a a a a | b2. } }
2653 }
2654 @end lilypond
2655
2656 It is possible to shorten volta brackets
2657 by setting @code{voltaSpannerDuration}.  In the next example, the
2658 bracket only lasts one measure, which is a duration of 3/4.
2659
2660 @lilypond[verbatim,raggedright,quote]
2661 \relative c''{
2662   \time 3/4
2663   c c c
2664   \set Staff.voltaSpannerDuration = #(ly:make-moment 3 4)
2665   \repeat "volta" 5 { d d d }
2666   \alternative { { e e e f f f }
2667   { g g g } }
2668 }
2669 @end lilypond
2670
2671
2672 @seealso
2673
2674 Examples:
2675
2676 Brackets for the repeat are normally only printed over the topmost
2677 staff.  This can be adjusted by setting the @code{voltaOnThisStaff}
2678 property; see @inputfileref{input/@/regression,volta@/-multi@/-staff@/.ly}.
2679
2680
2681 @refbugs
2682
2683 @cindex repeat, ambiguous
2684
2685 A nested repeat like
2686
2687 @example
2688 \repeat @dots{}
2689 \repeat @dots{}
2690 \alternative
2691 @end example
2692
2693 @noindent
2694 is ambiguous, since it is is not clear to which @code{\repeat} the
2695 @code{\alternative} belongs.  This ambiguity is resolved by always
2696 having the @code{\alternative} belong to the inner @code{\repeat}.
2697 For clarity, it is advisable to use braces in such situations.
2698
2699 Timing information is not remembered at the start of an alternative,
2700 so after a repeat timing information must be reset by hand, for
2701 example by setting @code{Score.measurePosition} or entering
2702 @code{\partial}.  Similarly, slurs or ties are also not repeated.
2703
2704
2705 @node Repeats and MIDI
2706 @subsection Repeats and MIDI
2707
2708 @cindex expanding repeats
2709 @cindex @code{\unfoldrepeats}
2710
2711 With a little bit of tweaking, all types of repeats can be present
2712 in the MIDI output.  This is achieved by applying the
2713 @code{\unfoldrepeats} music function.  This functions changes all
2714 repeats to unfold repeats.
2715
2716 @lilypond[quote,verbatim,fragment,linewidth=8.0\cm]
2717 \unfoldrepeats {
2718   \repeat tremolo 8 {c'32 e' }
2719   \repeat percent 4 { c''8 d'' }
2720   \repeat volta 2 {c'4 d' e' f'}
2721   \alternative {
2722     { g' a' a' g' }
2723     {f' e' d' c' }
2724   }
2725 }
2726 \bar "|."
2727 @end lilypond
2728
2729 When creating a score file using @code{\unfoldrepeats} for midi, then
2730 it is necessary to make two @code{\score} blocks.  One for MIDI (with
2731 unfolded repeats) and one for notation (with volta, tremolo, and
2732 percent repeats).  For example,
2733
2734 @example
2735 \score @{
2736   @var{..music..}
2737   \layout @{ .. @}
2738 @}
2739 \score @{
2740   \unfoldrepeats @var{..music..}
2741   \midi @{ .. @}
2742 @}
2743 @end example
2744
2745
2746 @node Manual repeat commands
2747 @subsection Manual repeat commands
2748
2749 @cindex @code{repeatCommands}
2750
2751 The property @code{repeatCommands} can be used to control the layout of
2752 repeats.  Its value is a Scheme list of repeat commands.
2753
2754 @table @asis
2755 @item @code{start-repeat}
2756 Print a @code{|:} bar line.
2757
2758 @item @code{end-repeat}
2759 Print a @code{:|} bar line.
2760
2761 @item @code{(volta @var{text})}
2762 Print a volta bracket saying @var{text}: The text can be specified as
2763 a text string or as a markup text, see @ref{Text markup}.  Do not
2764 forget to change the font, as the default number font does not contain
2765 alphabetic characters;
2766
2767 @item @code{(volta #f)}
2768 Stop a running volta bracket.
2769 @end table
2770
2771 @lilypond[quote,raggedright,verbatim,fragment,relative=2]
2772 c4
2773   \set Score.repeatCommands = #'((volta "93") end-repeat)
2774 c4 c4
2775   \set Score.repeatCommands = #'((volta #f))
2776 c4 c4
2777 @end lilypond
2778
2779
2780 @seealso
2781
2782 Program reference: @internalsref{VoltaBracket}, @internalsref{RepeatedMusic},
2783 @internalsref{VoltaRepeatedMusic},
2784 @internalsref{UnfoldedRepeatedMusic}, and
2785 @internalsref{FoldedRepeatedMusic}.
2786
2787
2788 @node Tremolo repeats
2789 @subsection Tremolo repeats
2790
2791 @cindex tremolo beams
2792
2793 To place tremolo marks between notes, use @code{\repeat} with tremolo
2794 style
2795 @lilypond[quote,verbatim,raggedright]
2796 \new Voice \relative c' {
2797   \repeat "tremolo" 8 { c16 d16 }
2798   \repeat "tremolo" 4 { c16 d16 }
2799   \repeat "tremolo" 2 { c16 d16 }
2800 }
2801 @end lilypond
2802
2803 Tremolo marks can also be put on a single note.  In this case, the
2804 note should not be surrounded by braces.
2805 @lilypond[quote,verbatim,raggedright]
2806 \repeat "tremolo" 4 c'16
2807 @end lilypond
2808
2809 Similar output is obtained using the tremolo subdivision, described in
2810 @ref{Tremolo subdivisions}.
2811
2812
2813 @seealso
2814
2815 In this manual: @ref{Tremolo subdivisions}, @ref{Repeats}.
2816
2817 Program reference: @internalsref{Beam}, @internalsref{StemTremolo}.
2818
2819 Example files: @inputfileref{input/@/regression,chord@/-tremolo@/.ly},
2820 @inputfileref{input/@/regression,stem@/-tremolo@/.ly}.
2821
2822
2823 @node Tremolo subdivisions
2824 @subsection Tremolo subdivisions
2825
2826 @cindex tremolo marks
2827 @cindex @code{tremoloFlags}
2828
2829 Tremolo marks can be printed on a single note by adding
2830 `@code{:}[@var{number}]' after the note.  The number indicates the
2831 duration of the subdivision, and it must be at least 8.  A
2832 @var{length} value of 8 gives one line across the note stem.  If the
2833 length is omitted, the last value (stored in @code{tremoloFlags}) is
2834 used
2835
2836 @lilypond[quote,raggedright,verbatim,fragment]
2837 c'2:8 c':32 | c': c': |
2838 @end lilypond
2839
2840
2841 @refbugs
2842
2843 Tremolos entered in this way do not carry over into the MIDI output.
2844
2845
2846 @seealso
2847
2848 In this manual: @ref{Tremolo repeats}.
2849
2850 Elsewhere: @internalsref{StemTremolo}.
2851
2852
2853 @node Measure repeats
2854 @subsection Measure repeats
2855
2856 @cindex percent repeats
2857 @cindex measure repeats
2858
2859 In the @code{percent} style, a note pattern can be repeated.  It is
2860 printed once, and then the pattern is replaced with a special sign.
2861 Patterns of one and two measures are replaced by percent-like signs,
2862 patterns that divide the measure length are replaced by slashes.
2863 Percent repeats must be declared within a @code{Voice} context.
2864
2865 @lilypond[quote,verbatim,raggedright]
2866 \new Voice \relative c' {
2867   \repeat "percent" 4 { c4 }
2868   \repeat "percent" 2 { c2 es2 f4 fis4 g4 c4 }
2869 }
2870 @end lilypond
2871
2872
2873 @seealso
2874
2875 Program reference: @internalsref{RepeatSlash}, @internalsref{PercentRepeat},
2876 @internalsref{PercentRepeatedMusic}, and
2877 @internalsref{DoublePercentRepeat}.
2878